From 17278d122d22bbabbd4e8ed8deb6e2f6d0fd8b33 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 30 Oct 2003 21:42:17 +0000 Subject: Always export r_gdt and r_idt and give them extern declarations in machine/segments.h. --- sys/i386/include/mptable.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/i386/include/mptable.h') diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index deb79a7..6810a1a 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/include/mptable.h @@ -250,9 +250,6 @@ static struct mtx ap_boot_mtx; /** XXX FIXME: where does this really belong, isa.h/isa.c perhaps? */ int current_postcode; -/** XXX FIXME: what system files declare these??? */ -extern struct region_descriptor r_gdt, r_idt; - int bsp_apic_ready = 0; /* flags useability of BSP apic */ int mp_naps; /* # of Applications processors */ int mp_nbusses; /* # of busses */ -- cgit v1.1