summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/shared/include/fatal.h
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2014-09-10 13:39:53 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2014-09-10 13:48:27 +0200
commit58c122cd863f185fd0137a8607df91d6e27574d3 (patch)
treee483785e82071f374a0ff83df9eab539b2edc159 /c/src/lib/libbsp/shared/include/fatal.h
parent30ea723c26e417d8a6dc6fef9f684e35e7156da9 (diff)
bsp/sparc: Ensure that data cache snooping is enabledsmp-toolchain-5
Check that data cache snooping exists and is enabled on all cores.
Diffstat (limited to 'c/src/lib/libbsp/shared/include/fatal.h')
-rw-r--r--c/src/lib/libbsp/shared/include/fatal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/include/fatal.h b/c/src/lib/libbsp/shared/include/fatal.h
index c650a91b8b..640651cb27 100644
--- a/c/src/lib/libbsp/shared/include/fatal.h
+++ b/c/src/lib/libbsp/shared/include/fatal.h
@@ -50,6 +50,8 @@ typedef enum {
LEON3_FATAL_NO_IRQMP_CONTROLLER = BSP_FATAL_CODE_BLOCK(2),
LEON3_FATAL_CONSOLE_REGISTER_DEV,
LEON3_FATAL_CLOCK_INITIALIZATION,
+ LEON3_FATAL_INVALID_CACHE_CONFIG_MAIN_PROCESSOR,
+ LEON3_FATAL_INVALID_CACHE_CONFIG_SECONDARY_PROCESSOR,
/* LPC24XX fatal codes */
LPC24XX_FATAL_PL111_SET_UP = BSP_FATAL_CODE_BLOCK(3),