summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-31 20:27:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-31 20:27:56 +0000
commit0d3531d9982bd628b41e7388ef45ee43cf4fd8b4 (patch)
tree944861b754d6285b98fb92d8f5b38bcb0cc014e0
parentc197bf7b6b5147e0a0b22281939fbc1872ce5fd7 (diff)
2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1249/build * configure.ac: Jerry Needell <jerry.needell@unh.edu> reported that the leon3 was left out of the cache enable logic. Thus the cache management support code was empty on LEON3 CPUs.
-rw-r--r--c/src/lib/libcpu/sparc/ChangeLog7
-rw-r--r--c/src/lib/libcpu/sparc/configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/sparc/ChangeLog b/c/src/lib/libcpu/sparc/ChangeLog
index a5b6ecda5b..b3c03c809b 100644
--- a/c/src/lib/libcpu/sparc/ChangeLog
+++ b/c/src/lib/libcpu/sparc/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1249/build
+ * configure.ac: Jerry Needell <jerry.needell@unh.edu> reported that the
+ leon3 was left out of the cache enable logic. Thus the cache
+ management support code was empty on LEON3 CPUs.
+
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
diff --git a/c/src/lib/libcpu/sparc/configure.ac b/c/src/lib/libcpu/sparc/configure.ac
index bff37ddcd8..d4b723d3cf 100644
--- a/c/src/lib/libcpu/sparc/configure.ac
+++ b/c/src/lib/libcpu/sparc/configure.ac
@@ -27,7 +27,7 @@ RTEMS_PROG_CCAS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
AM_CONDITIONAL(has_instruction_cache, test "$RTEMS_CPU_MODEL" = "leon1" \
-|| test "$RTEMS_CPU_MODEL" = "leon2" )
+|| test "$RTEMS_CPU_MODEL" = "leon2" || test "$RTEMS_CPU_MODEL" = "leon3" )
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile