sched: Add default defines for PREEMPT_ACTIVE
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2009 23:02:50 +0000 (16:02 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 9 Aug 2009 14:13:04 +0000 (16:13 +0200)
commit8e5b59a2d728e6963b35dba8bb36e0b70267462e
treef7441413cd5d6d58102f09189242c988944f0d8d
parentbcf08df3b23b3d13bf8c4ad6bd744a6ad30015fb
sched: Add default defines for PREEMPT_ACTIVE

The PREEMPT_ACTIVE setting doesn't actually need to be
arch-specific, so set up a sane default for all arches to
(hopefully) migrate to.

> if we look at linux/hardirq.h, it makes this claim:
>  * - bit 28 is the PREEMPT_ACTIVE flag
> if that's true, then why are we letting any arch set this define ?  a
> quick survey shows that half the arches (11) are using 0x10000000 (bit
> 28) while the other half (10) are using 0x4000000 (bit 26).  and then
> there is the ia64 oddity which uses bit 30.  the exact value here
> shouldnt really matter across arches though should it ?

actually alpha, arm and avr32 also use bit 30 (0x40000000),
there are only five (or eight, depending on how you count)
architectures (blackfin, h8300, m68k, s390 and sparc) using bit
26.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/hardirq.h