diff options
Diffstat (limited to 'include/asm-arm/thread_info.h')
-rw-r--r-- | include/asm-arm/thread_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/thread_info.h b/include/asm-arm/thread_info.h index c46b5c84275f..8a7554f03984 100644 --- a/include/asm-arm/thread_info.h +++ b/include/asm-arm/thread_info.h | |||
@@ -116,7 +116,7 @@ extern void iwmmxt_task_release(struct thread_info *); | |||
116 | 116 | ||
117 | /* | 117 | /* |
118 | * We use bit 30 of the preempt_count to indicate that kernel | 118 | * We use bit 30 of the preempt_count to indicate that kernel |
119 | * preemption is occuring. See include/asm-arm/hardirq.h. | 119 | * preemption is occurring. See include/asm-arm/hardirq.h. |
120 | */ | 120 | */ |
121 | #define PREEMPT_ACTIVE 0x40000000 | 121 | #define PREEMPT_ACTIVE 0x40000000 |
122 | 122 | ||