[PARISC] Add PREEMPT support
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
committed by
Kyle McMartin
parent
bc8846c522
commit
50a34dbd61
@@ -49,7 +49,8 @@ struct thread_info {
|
||||
|
||||
#endif /* !__ASSEMBLY */
|
||||
|
||||
#define PREEMPT_ACTIVE 0x10000000
|
||||
#define PREEMPT_ACTIVE_BIT 28
|
||||
#define PREEMPT_ACTIVE (1 << PREEMPT_ACTIVE_BIT)
|
||||
|
||||
/*
|
||||
* thread information flags
|
||||
|
||||
Reference in New Issue
Block a user