Remove dead code, we are in an #ifndef XENPV block here.

This commit is contained in:
maxv 2020-05-01 09:23:43 +00:00
parent c0c1d57fb7
commit e27cc903fc
1 changed files with 2 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: spl.S,v 1.52 2020/05/01 09:17:58 maxv Exp $ */
/* $NetBSD: spl.S,v 1.53 2020/05/01 09:23:43 maxv Exp $ */
/*
* Copyright (c) 1998, 2007, 2008 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <machine/asm.h>
__KERNEL_RCSID(0, "$NetBSD: spl.S,v 1.52 2020/05/01 09:17:58 maxv Exp $");
__KERNEL_RCSID(0, "$NetBSD: spl.S,v 1.53 2020/05/01 09:23:43 maxv Exp $");
#include "opt_ddb.h"
#include "opt_spldebug.h"
@ -98,15 +98,7 @@ ENTRY(spllower)
1:
ret
2:
#ifdef XENPV
/*
* no need to call stipending, we're going to CLI again
* just drop the saved value on stack
*/
addl $4,%esp
#else
popf
#endif
jmp _C_LABEL(Xspllower)
.align 32
LABEL(spllower_end)