diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:18 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-08 23:57:41 +0900 |
commit | 4bf66deee8f6a1ac6e1922c617c820917367f88a (patch) | |
tree | 43f82838ab99cb68669c47e8c63bcb07f26a5915 /i386 | |
parent | 514fffdc6a8415271e1196cb363566c4630a5394 (diff) |
i386/i386/mp_desc.c: remove unused variable
* i386/i386/mp_desc.c (avail_start): Remove unused variable.
Diffstat (limited to 'i386')
-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 |