Commit 19715409 authored by Paul Mackerras's avatar Paul Mackerras Committed by Paul Mackerras

PPC32: Correct a comment about soft/hardirq masks in asm-ppc/hardirq.h

parent 444c91e6
......@@ -35,8 +35,8 @@ typedef struct {
* - ( bit 26 is the PREEMPT_ACTIVE flag. )
*
* PREEMPT_MASK: 0x000000ff
* HARDIRQ_MASK: 0x0000ff00
* SOFTIRQ_MASK: 0x00ff0000
* SOFTIRQ_MASK: 0x0000ff00
* HARDIRQ_MASK: 0x00ff0000
*/
#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