diff options
-rw-r--r-- | i386/i386/mp_desc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c index efdc3ee..5ede8f1 100644 --- a/i386/i386/mp_desc.c +++ b/i386/i386/mp_desc.c @@ -65,12 +65,6 @@ char intstack[]; /* bottom */ char eintstack[]; /* top */ /* - * We allocate interrupt stacks from physical memory. - */ -extern -vm_offset_t avail_start; - -/* * Multiprocessor i386/i486 systems use a separate copy of the * GDT, IDT, LDT, and kernel TSS per processor. The first three * are separate to avoid lock contention: the i386 uses locked |