From 4bf66deee8f6a1ac6e1922c617c820917367f88a Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:03:18 +0100 Subject: i386/i386/mp_desc.c: remove unused variable * i386/i386/mp_desc.c (avail_start): Remove unused variable. --- i386/i386/mp_desc.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'i386') 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 @@ -64,12 +64,6 @@ vm_offset_t int_stack_high; 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 -- cgit v1.2.3