From: Jan-Benedict G. <jb...@us...> - 2005-07-31 13:00:12
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30827/include/asm-vax Modified Files: hardirq.h Log Message: - SOFTIRQ_SHIFT no longer needed: it's already in generic code. Index: hardirq.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/hardirq.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- hardirq.h 31 Jul 2005 12:51:46 -0000 1.10 +++ hardirq.h 31 Jul 2005 13:00:02 -0000 1.11 @@ -34,7 +34,6 @@ #define HARDIRQ_BITS 15 #define PREEMPT_SHIFT 0 -#define SOFTIRQ_SHIFT (PREEMPT_SHIFT + PREEMPT_BITS) /* |