summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/powerpc/rtems/powerpc/registers.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/powerpc/rtems/powerpc/registers.h')
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems/powerpc/registers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/powerpc/rtems/powerpc/registers.h b/c/src/exec/score/cpu/powerpc/rtems/powerpc/registers.h
index f57faedab4..cfc6362a21 100644
--- a/c/src/exec/score/cpu/powerpc/rtems/powerpc/registers.h
+++ b/c/src/exec/score/cpu/powerpc/rtems/powerpc/registers.h
@@ -64,6 +64,7 @@ extern "C" {
#define HID0_ICFI (1<<11) /* Instruction Cache Flash Invalidate */
#define HID0_DCI (1<<10) /* Data Cache Invalidate */
#define HID0_SIED (1<<7) /* Serial Instruction Execution [Disable] */
+#define HID0_BTIC (1<<5) /* Branch Target Instruction Cache [Enable] */
#define HID0_BHTE (1<<2) /* Branch History Table Enable */
#define HID0_BTCD (1<<1) /* Branch target cache disable */