bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 24/66] i386/i386/mp_desc.c: remove unused variable


From: Marin Ramesa
Subject: [PATCH 24/66] i386/i386/mp_desc.c: remove unused variable
Date: Thu, 5 Dec 2013 22:03:18 +0100

* i386/i386/mp_desc.c (avail_start): Remove unused variable.

---
 i386/i386/mp_desc.c | 6 ------
 1 file changed, 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
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]