diff options
Diffstat (limited to 'arch/mips/include/asm/netlogic/xlp-hal/cpucontrol.h')
| -rw-r--r-- | arch/mips/include/asm/netlogic/xlp-hal/cpucontrol.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/include/asm/netlogic/xlp-hal/cpucontrol.h b/arch/mips/include/asm/netlogic/xlp-hal/cpucontrol.h index bf7d41deb9b..7b63a6b722a 100644 --- a/arch/mips/include/asm/netlogic/xlp-hal/cpucontrol.h +++ b/arch/mips/include/asm/netlogic/xlp-hal/cpucontrol.h @@ -47,7 +47,9 @@  #define CPU_BLOCKID_MAP		10  #define LSU_DEFEATURE		0x304 -#define LSU_CERRLOG_REGID	0x09 +#define LSU_DEBUG_ADDR		0x305 +#define LSU_DEBUG_DATA0		0x306 +#define LSU_CERRLOG_REGID	0x309  #define SCHED_DEFEATURE		0x700  /* Offsets of interest from the 'MAP' Block */  |