Module Name:    src
Committed By:   maxv
Date:           Fri Jan 12 06:24:43 UTC 2018

Modified Files:
        src/sys/arch/x86/x86: intr.c

Log Message:
Remove unused.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/x86/x86/intr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/x86/intr.c
diff -u src/sys/arch/x86/x86/intr.c:1.117 src/sys/arch/x86/x86/intr.c:1.118
--- src/sys/arch/x86/x86/intr.c:1.117	Thu Jan 11 10:30:26 2018
+++ src/sys/arch/x86/x86/intr.c	Fri Jan 12 06:24:43 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: intr.c,v 1.117 2018/01/11 10:30:26 maxv Exp $	*/
+/*	$NetBSD: intr.c,v 1.118 2018/01/12 06:24:43 maxv Exp $	*/
 
 /*
  * Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -133,7 +133,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.117 2018/01/11 10:30:26 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.118 2018/01/12 06:24:43 maxv Exp $");
 
 #include "opt_intrdebug.h"
 #include "opt_multiprocessor.h"
@@ -1500,7 +1500,6 @@ cpu_intr_init(struct cpu_info *ci)
 
 #else /* XEN */
 	int i; /* XXX: duplicate */
-	vaddr_t istack; /* XXX: duplicate */
 	ci->ci_iunmask[0] = 0xfffffffe;
 	for (i = 1; i < NIPL; i++)
 		ci->ci_iunmask[i] = ci->ci_iunmask[i - 1] & ~(1 << i);

Reply via email to