diff options
author | jchandra <jchandra@FreeBSD.org> | 2011-12-05 02:56:08 +0000 |
---|---|---|
committer | jchandra <jchandra@FreeBSD.org> | 2011-12-05 02:56:08 +0000 |
commit | e62862753dbd6aaae5d1aab79b2e87fc2e3c4cb6 (patch) | |
tree | ba9cc26b791f66a35713bf9e7074276aca18f243 /sys/mips/nlm | |
parent | 97bfac165ba69eaa279bfa7edc34b55e4cd7840c (diff) | |
download | FreeBSD-src-e62862753dbd6aaae5d1aab79b2e87fc2e3c4cb6.zip FreeBSD-src-e62862753dbd6aaae5d1aab79b2e87fc2e3c4cb6.tar.gz |
Fix XLP compilation.
Add definitions of LSU_DEBUG_ADDR and LSU_DEBUG_DATA0, the code that uses
it was added in r227799
Reported by: gonzo
Diffstat (limited to 'sys/mips/nlm')
-rw-r--r-- | sys/mips/nlm/hal/cpucontrol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/nlm/hal/cpucontrol.h b/sys/mips/nlm/hal/cpucontrol.h index 041f9d2..1d08eb0 100644 --- a/sys/mips/nlm/hal/cpucontrol.h +++ b/sys/mips/nlm/hal/cpucontrol.h @@ -44,6 +44,8 @@ #define CPU_BLOCKID_MAP 10 #define LSU_DEFEATURE 0x304 +#define LSU_DEBUG_ADDR 0x305 +#define LSU_DEBUG_DATA0 0x306 #define LSU_CERRLOG_REGID 0x09 #define SCHED_DEFEATURE 0x700 |