summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/pcpu.h
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-06-07 10:50:15 +0000
committerandrew <andrew@FreeBSD.org>2015-06-07 10:50:15 +0000
commita754787de00949b7b7da8e2df7c03b47eebcca1e (patch)
tree1fbbf1b7388e384d207ff87040244dfbfb863c5c /sys/arm/include/pcpu.h
parent686e2201d54ba887bc370da296890cbb7741f05a (diff)
downloadFreeBSD-src-a754787de00949b7b7da8e2df7c03b47eebcca1e.zip
FreeBSD-src-a754787de00949b7b7da8e2df7c03b47eebcca1e.tar.gz
Remove pc_cpu, it was duplicating pc_cpuid so was unneeded.
Diffstat (limited to 'sys/arm/include/pcpu.h')
-rw-r--r--sys/arm/include/pcpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arm/include/pcpu.h b/sys/arm/include/pcpu.h
index ee79343..4ce8b3a 100644
--- a/sys/arm/include/pcpu.h
+++ b/sys/arm/include/pcpu.h
@@ -42,12 +42,11 @@ struct vmspace;
#ifdef VFP
#define PCPU_MD_FIELDS \
- unsigned int pc_cpu; \
unsigned int pc_vfpsid; \
unsigned int pc_vfpmvfr0; \
unsigned int pc_vfpmvfr1; \
struct pmap *pc_curpmap; \
- char __pad[137]
+ char __pad[141]
#else
#define PCPU_MD_FIELDS \
char __pad[157]
OpenPOWER on IntegriCloud