summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2002-02-28 03:04:33 +0000
committerbenno <benno@FreeBSD.org>2002-02-28 03:04:33 +0000
commit821d20af411cb7f718738e0437d7c1c7f2574aa6 (patch)
tree6047d3d37b38078456b8d753c12a5ba836500539 /sys/powerpc/include/cpu.h
parente7c4fc9f9f4852448e94a2f67f7b1cca15bc5eeb (diff)
downloadFreeBSD-src-821d20af411cb7f718738e0437d7c1c7f2574aa6.zip
FreeBSD-src-821d20af411cb7f718738e0437d7c1c7f2574aa6.tar.gz
Add a missing (.
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index 9221b34..71489db 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -44,7 +44,7 @@
#define CLKF_PC(frame) ((frame)->srr0)
#define CLKF_INTR(frame) ((frame)->depth > 0)
-#define TRAPF_USERMODE(frame) ((frame)->srr1 & PSL_PR) != 0)
+#define TRAPF_USERMODE(frame) (((frame)->srr1 & PSL_PR) != 0)
#define TRAPF_PC(frame) ((frame)->srr0)
#define cpu_swapout(p)
OpenPOWER on IntegriCloud