Commit 1953e4b5 authored by Skip Ford's avatar Skip Ford Committed by Linus Torvalds

[PATCH] Comment fix asm-i386_hardirq.h

parent da203172
...@@ -27,8 +27,8 @@ typedef struct { ...@@ -27,8 +27,8 @@ typedef struct {
* - ( bit 26 is the PREEMPT_ACTIVE flag. ) * - ( bit 26 is the PREEMPT_ACTIVE flag. )
* *
* PREEMPT_MASK: 0x000000ff * PREEMPT_MASK: 0x000000ff
* HARDIRQ_MASK: 0x0000ff00 * SOFTIRQ_MASK: 0x0000ff00
* SOFTIRQ_MASK: 0x00ff0000 * HARDIRQ_MASK: 0x00ff0000
*/ */
#define PREEMPT_BITS 8 #define PREEMPT_BITS 8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment