summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-11-17 03:40:41 +0000
committerbde <bde@FreeBSD.org>2003-11-17 03:40:41 +0000
commit59742d249ee6c2e809621dc611ddbe354e3b3619 (patch)
tree0de93f9463da1d961a422cf3f33643e474b70d40 /sys/i386/include
parentfc779a75730f7e46f008a4bf5649eeaf5adba7cf (diff)
downloadFreeBSD-src-59742d249ee6c2e809621dc611ddbe354e3b3619.zip
FreeBSD-src-59742d249ee6c2e809621dc611ddbe354e3b3619.tar.gz
Fixed a pedantic syntax error (a stray semicolon at the end of
PCPU_MD_FIELDS).
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/pcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h
index 458c767..6378842 100644
--- a/sys/i386/include/pcpu.h
+++ b/sys/i386/include/pcpu.h
@@ -49,7 +49,7 @@
struct segment_descriptor *pc_tss_gdt; \
int pc_currentldt; \
u_int pc_acpi_id; \
- u_int pc_apic_id;
+ u_int pc_apic_id
#if defined(lint)
OpenPOWER on IntegriCloud