summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2008-09-11 20:39:46 +0000
committercognet <cognet@FreeBSD.org>2008-09-11 20:39:46 +0000
commita815eb98d34fa1d56c7900fe49e45cdf5b2ebdf0 (patch)
tree242274c64a2a234efcb70784f2b58e75f44b654d /sys/arm
parent2834eba255d987f419628a839bd9faca62251d12 (diff)
downloadFreeBSD-src-a815eb98d34fa1d56c7900fe49e45cdf5b2ebdf0.zip
FreeBSD-src-a815eb98d34fa1d56c7900fe49e45cdf5b2ebdf0.tar.gz
Remove the unused field "pc_prvspace" from the MD fields for the struct
pcpu. There's not even a thing such as a "struct pcup". While I'm there, remove a comment that makes no sense for arm. Spotted out by: Mark Tinguely
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/pcpu.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arm/include/pcpu.h b/sys/arm/include/pcpu.h
index 387035c..184db4c 100644
--- a/sys/arm/include/pcpu.h
+++ b/sys/arm/include/pcpu.h
@@ -40,12 +40,7 @@ struct vmspace;
#endif /* _KERNEL */
-/*
- * Inside the kernel, the globally reserved register g7 is used to
- * point at the globaldata structure.
- */
-#define PCPU_MD_FIELDS \
- struct pcup *pc_prvspace;
+#define PCPU_MD_FIELDS
#ifdef _KERNEL
OpenPOWER on IntegriCloud