From 7e477511d8462f6cdbc8500127fdc7eb849ebd9c Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Tue, 20 Jul 2004 22:39:56 +0000 Subject: [PATCH] Remove astpending, it has not been used for a long time. --- sys/arm/arm/machdep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c index 0f8d88ce1a1..aa65920c566 100644 --- a/sys/arm/arm/machdep.c +++ b/sys/arm/arm/machdep.c @@ -86,7 +86,6 @@ __FBSDID("$FreeBSD$"); uint32_t cpu_reset_address = 0; int cold = 1; -int astpending = 0; vm_offset_t vector_page; static void * -- 2.45.2