aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2017-12-31 20:23:39 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2017-12-31 20:23:39 +0000
commit3972f4c1d4a8a48b7a0af6e4b4a2eb4bfbac98c9 (patch)
tree3b46869fdd7d8ad90f7832a8dd6b6efd883c8db8 /sys/powerpc/include
parent29f61a2f42575ad963447351444ce8847d4f66ee (diff)
downloadsrc-3972f4c1d4a8a48b7a0af6e4b4a2eb4bfbac98c9.tar.gz
src-3972f4c1d4a8a48b7a0af6e4b4a2eb4bfbac98c9.zip
Remove PIR from PCPU data. It has an implementation-defined meaning that
is of limited utility outside of platform-specific code and can vary at runtime when running as a hypervisor guest, so does not even have the virtue of being a static identifier. Reviewed by: jhibbits
Notes
Notes: svn path=/head/; revision=327445
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/pcpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h
index 32b5bb6a0854..0449fbf04c20 100644
--- a/sys/powerpc/include/pcpu.h
+++ b/sys/powerpc/include/pcpu.h
@@ -46,7 +46,6 @@ struct pvo_entry;
struct thread *pc_fputhread; /* current fpu user */ \
struct thread *pc_vecthread; /* current vec user */ \
uintptr_t pc_hwref; \
- uint32_t pc_pir; \
int pc_bsp; \
volatile int pc_awake; \
uint32_t pc_ipimask; \