From: Jan-Benedict G. <jb...@us...> - 2005-07-31 13:02:45
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31413/include/asm-vax Modified Files: hardirq.h Log Message: - Zap PREEMPT_SHIFT, too. Index: hardirq.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/hardirq.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- hardirq.h 31 Jul 2005 13:00:02 -0000 1.11 +++ hardirq.h 31 Jul 2005 13:02:36 -0000 1.12 @@ -33,9 +33,6 @@ #define SOFTIRQ_BITS 8 #define HARDIRQ_BITS 15 -#define PREEMPT_SHIFT 0 - - /* * The hardirq mask has to be large enough to have space * for potentially all IRQ sources in the system nesting |