From: Kenn H. <ke...@us...> - 2005-03-28 01:06:48
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23000/include/asm-vax Modified Files: hardirq.h Log Message: irq_enter and irq_exit move to <linux/hardirq.h> in 2.6.11 Index: hardirq.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/hardirq.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- hardirq.h 17 Nov 2004 09:25:25 -0000 1.8 +++ hardirq.h 28 Mar 2005 01:06:24 -0000 1.9 @@ -47,10 +47,4 @@ # error HARDIRQ_BITS is too low! #endif -#define irq_enter() (preempt_count() += HARDIRQ_OFFSET) - - -/* FIXME: implement irq_exit() properly when we do CONFIG_PREEMPT */ -#define irq_exit() (preempt_count() -= HARDIRQ_OFFSET) - #endif /* _ASM_VAX_HARDIRQ_H */ |