Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Remove redundant conditional IDT_VEC() en...



details:   https://anonhg.NetBSD.org/src/rev/ef95286efcf1
branches:  trunk
changeset: 448852:ef95286efcf1
user:      cherry <cherry%NetBSD.org@localhost>
date:      Mon Feb 11 17:28:52 2019 +0000

description:
Remove redundant conditional IDT_VEC() entries.

diffstat:

 sys/arch/i386/i386/i386_trap.S |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r f6782709d7d5 -r ef95286efcf1 sys/arch/i386/i386/i386_trap.S
--- a/sys/arch/i386/i386/i386_trap.S    Mon Feb 11 14:59:32 2019 +0000
+++ b/sys/arch/i386/i386/i386_trap.S    Mon Feb 11 17:28:52 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386_trap.S,v 1.17 2019/02/11 14:59:32 cherry Exp $    */
+/*     $NetBSD: i386_trap.S,v 1.18 2019/02/11 17:28:52 cherry Exp $    */
 
 /*
  * Copyright 2002 (c) Wasabi Systems, Inc.
@@ -66,7 +66,7 @@
 
 #if 0
 #include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: i386_trap.S,v 1.17 2019/02/11 14:59:32 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i386_trap.S,v 1.18 2019/02/11 17:28:52 cherry Exp $");
 #endif
 
 /*
@@ -345,13 +345,8 @@
 IDTVEC_END(trap16)
 IDTVEC_END(trap15)
 IDTVEC_END(trap14)
-#ifndef XENPV
 IDTVEC_END(trap13)
 IDTVEC_END(trap12)
-#else
-IDTVEC_END(trap13)
-IDTVEC_END(trap12)
-#endif
 IDTVEC_END(trap11)
 
 IDTVEC(exceptions)



Home | Main Index | Thread Index | Old Index