From 7c263c5bb0d4c3a35cd67dc436ca4f4d263896dc Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 18 May 2000 23:38:33 +0000 Subject: Eliminate a couple of evil common declarations. --- sys/alpha/include/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/alpha/include/cpu.h') diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h index 597bb62..c9d783b 100644 --- a/sys/alpha/include/cpu.h +++ b/sys/alpha/include/cpu.h @@ -92,8 +92,8 @@ struct clockframe { #define aston() (astpending = 1) #ifdef _KERNEL -u_int32_t intr_nesting_level; /* bookeeping only; counts software intr */ -u_int32_t want_resched; /* resched() was called */ +extern u_int32_t intr_nesting_level; /* bookeeping only; counts sw intrs */ +extern u_int32_t want_resched; /* resched() was called */ #endif -- cgit v1.1