From 310b5f8041546bbdf9494374fc09643faa364207 Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 2 Nov 2002 07:41:30 +0000 Subject: [PATCH] correct asssertion in cpu_switch: spl higher than IPL_SCHED is also ok. --- sys/arch/i386/i386/locore.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 97415cd2cd78..dadd14f4b169 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.269 2002/11/01 06:06:17 enami Exp $ */ +/* $NetBSD: locore.s,v 1.270 2002/11/02 07:41:30 yamt Exp $ */ /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. @@ -1854,7 +1854,7 @@ ENTRY(cpu_switch) #ifdef DEBUG cmpl $IPL_SCHED,CPL - je 1f + jae 1f pushl $2f call _C_LABEL(panic) /* NOTREACHED */