bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 29/66] i386/i386/trap.c: remove unused variables


From: Marin Ramesa
Subject: [PATCH 29/66] i386/i386/trap.c: remove unused variables
Date: Thu, 5 Dec 2013 22:03:23 +0100

* i386/i386/trap.c (v86_assist_on, v86_unsafe_ok, v86_do_sti_cli, 
v86_do_sti_immediate, cli_count, sti_count): Remove unused variables.

---
 i386/i386/trap.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/i386/i386/trap.c b/i386/i386/trap.c
index ffb23bb..239c853 100644
--- a/i386/i386/trap.c
+++ b/i386/i386/trap.c
@@ -559,19 +559,8 @@ printf("user trap %d error %d sub %08x\n", type, code, 
subcode);
        /*NOTREACHED*/
 }
 
-/*
- *     V86 mode assist for interrupt handling.
- */
-boolean_t v86_assist_on = TRUE;
-boolean_t v86_unsafe_ok = FALSE;
-boolean_t v86_do_sti_cli = TRUE;
-boolean_t v86_do_sti_immediate = FALSE;
-
 #define        V86_IRET_PENDING 0x4000
 
-int cli_count = 0;
-int sti_count = 0;
-
 /*
  * Handle AST traps for i386.
  * Check for delayed floating-point exception from
-- 
1.8.1.4




reply via email to

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