diff options
Diffstat (limited to 'sys/amd64/include/smp.h')
-rw-r--r-- | sys/amd64/include/smp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index f699e1f..34228e2 100644 --- a/sys/amd64/include/smp.h +++ b/sys/amd64/include/smp.h @@ -142,11 +142,6 @@ void u_sleep __P((int)); u_int io_apic_read __P((int, int)); void io_apic_write __P((int, int, u_int)); - -/* global data in init_smp.c */ -extern int invltlb_ok; -extern volatile int smp_idle_loops; - #endif /* !LOCORE */ #endif /* SMP && !APIC_IO */ |