From 2c6e92adaa8f0bfb73dc03658ebbb49a22cc9387 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 20 May 2002 21:36:50 -0700 Subject: [PATCH] Tasklet cleanup This makes tasklet_vec and tasklet_hi_vec static inside softirq.c, and makes them __per_cpu_data. --- include/linux/interrupt.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/linux/interrupt.h') diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 67bce357a7a1..90446b0d75e5 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -124,14 +124,6 @@ enum TASKLET_STATE_RUN /* Tasklet is running (SMP only) */ }; -struct tasklet_head -{ - struct tasklet_struct *list; -} __attribute__ ((__aligned__(SMP_CACHE_BYTES))); - -extern struct tasklet_head tasklet_vec[NR_CPUS]; -extern struct tasklet_head tasklet_hi_vec[NR_CPUS]; - #ifdef CONFIG_SMP static inline int tasklet_trylock(struct tasklet_struct *t) { -- cgit v1.2.3