diff options
| author | Kyle McMartin <kyle@parisc-linux.org> | 2006-03-24 23:24:21 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@hera.kernel.org> | 2006-03-30 12:48:54 -0500 |
| commit | 50a34dbd612925f2ec55b1781632835ef36b97d5 (patch) | |
| tree | 1624f33bdbdd367efb8fadebe80da7db275ea1e6 /include | |
| parent | bc8846c522264d2522b0082321ec8c2051a4536f (diff) | |
[PARISC] Add PREEMPT support
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-parisc/thread_info.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-parisc/thread_info.h b/include/asm-parisc/thread_info.h index ac32f140b83a..f2f83b04cd8b 100644 --- a/include/asm-parisc/thread_info.h +++ b/include/asm-parisc/thread_info.h | |||
| @@ -49,7 +49,8 @@ struct thread_info { | |||
| 49 | 49 | ||
| 50 | #endif /* !__ASSEMBLY */ | 50 | #endif /* !__ASSEMBLY */ |
| 51 | 51 | ||
| 52 | #define PREEMPT_ACTIVE 0x10000000 | 52 | #define PREEMPT_ACTIVE_BIT 28 |
| 53 | #define PREEMPT_ACTIVE (1 << PREEMPT_ACTIVE_BIT) | ||
| 53 | 54 | ||
| 54 | /* | 55 | /* |
| 55 | * thread information flags | 56 | * thread information flags |
