From 192298c9ee8a0532b90599c0f4b9509cb6c9a77d Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Mon, 14 Jul 2003 19:23:53 +0000 Subject: tickspending is now a private variable of clock.c --- sys/arch/powerpc/include/intr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h index 5ec3f88e499..a10977bceb3 100644 --- a/sys/arch/powerpc/include/intr.h +++ b/sys/arch/powerpc/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.22 2003/07/14 18:56:12 drahn Exp $ */ +/* $OpenBSD: intr.h,v 1.23 2003/07/14 19:23:52 drahn Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA. @@ -66,7 +66,7 @@ int splsoftnet(void); void do_pending_int(void); -volatile extern int cpl, ipending, astpending, tickspending; +volatile extern int cpl, ipending, astpending; extern int imask[7]; /* SPL asserts */ -- cgit v1.2.3