From b9ba7aeb165cffecdffb60aec8c3fa8d590d9ca9 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 28 Apr 2000 01:09:25 +0000 Subject: Merge with 2.3.99-pre6. --- include/asm-sh/softirq.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/asm-sh/softirq.h') diff --git a/include/asm-sh/softirq.h b/include/asm-sh/softirq.h index fdc6afc61..9f0a9ff96 100644 --- a/include/asm-sh/softirq.h +++ b/include/asm-sh/softirq.h @@ -4,8 +4,6 @@ #include #include -extern unsigned int local_bh_count[NR_CPUS]; - #define cpu_bh_disable(cpu) do { local_bh_count[(cpu)]++; barrier(); } while (0) #define cpu_bh_enable(cpu) do { barrier(); local_bh_count[(cpu)]--; } while (0) -- cgit v1.2.3