diff options
Diffstat (limited to 'sys/arch/arm/include/cpu.h')
-rw-r--r-- | sys/arch/arm/include/cpu.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/arm/include/cpu.h b/sys/arch/arm/include/cpu.h index 163ba0aa345..20b1954f385 100644 --- a/sys/arch/arm/include/cpu.h +++ b/sys/arch/arm/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.7 2005/03/29 20:00:16 uwe Exp $ */ +/* $OpenBSD: cpu.h,v 1.8 2005/04/19 15:14:11 mickey Exp $ */ /* $NetBSD: cpu.h,v 1.34 2003/06/23 11:01:08 martin Exp $ */ /* @@ -137,15 +137,6 @@ extern int cpu_do_powersave; #endif /* - * CLKF_BASEPRI: True if we were at spl0 before the interrupt. - * - * This is hard-wired to 0 on the ARM, since spllowersoftclock() might - * not actually be able to unblock the interrupt, which would cause us - * to run the softclock interrupts with hardclock blocked. - */ -#define CLKF_BASEPRI(frame) 0 - -/* * CLKF_INTR: True if we took the interrupt from inside another * interrupt handler. */ |