From d102972c3ae5ed265ff215a1d78648a714c49b91 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 26 Jan 1999 14:28:05 +0000 Subject: [PATCH] Add a missing _C_LABEL(). Now an ELF kernel builds (if one removes the -z flag from the ld line, in the Makefile) --- sys/arch/i386/isa/icu.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/isa/icu.s b/sys/arch/i386/isa/icu.s index 0de3b2e864f2..e3b24135efd3 100644 --- a/sys/arch/i386/isa/icu.s +++ b/sys/arch/i386/isa/icu.s @@ -1,4 +1,4 @@ -/* $NetBSD: icu.s,v 1.58 1998/12/01 04:31:01 thorpej Exp $ */ +/* $NetBSD: icu.s,v 1.59 1999/01/26 14:28:05 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -108,7 +108,7 @@ IDTVEC(spllower) */ IDTVEC(doreti) popl %ebx # get previous priority - movl %ebx,_cpl + movl %ebx,_C_LABEL(cpl) movl $1f,%esi # address to resume loop at 1: movl %ebx,%eax notl %eax