From a889c809fd0ce93724e1c7357f250eda11ef9da3 Mon Sep 17 00:00:00 2001 From: nisimura Date: Wed, 12 Apr 2000 02:01:07 +0000 Subject: [PATCH] MIPS1_PSL_LOWIPL -> PSL_LOWPSL. No functional change is expected. --- sys/arch/cobalt/cobalt/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/cobalt/cobalt/machdep.c b/sys/arch/cobalt/cobalt/machdep.c index e806f4258d63..0934378426ee 100644 --- a/sys/arch/cobalt/cobalt/machdep.c +++ b/sys/arch/cobalt/cobalt/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.9 2000/04/09 00:13:54 soren Exp $ */ +/* $NetBSD: machdep.c,v 1.10 2000/04/12 02:01:07 nisimura Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang. All rights reserved. @@ -107,7 +107,7 @@ extern void stacktrace(void); * safepri is a safe priority for sleep to set for a spin-wait during * autoconfiguration or after a panic. Used as an argument to splx(). */ -int safepri = MIPS1_PSL_LOWIPL; +int safepri = PSL_LOWIPL; extern caddr_t esym; extern struct user *proc0paddr;