diff options
Diffstat (limited to 'arch/ppc/boot/simple/rw4/stb.h')
-rw-r--r-- | arch/ppc/boot/simple/rw4/stb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/simple/rw4/stb.h b/arch/ppc/boot/simple/rw4/stb.h index fd98ee0f843..9afa5ab24d2 100644 --- a/arch/ppc/boot/simple/rw4/stb.h +++ b/arch/ppc/boot/simple/rw4/stb.h | |||
@@ -88,7 +88,7 @@ | |||
88 | /*----------------------------------------------------------------------------+ | 88 | /*----------------------------------------------------------------------------+ |
89 | | STB tasks, task stack sizes, and task priorities. The actual task priority | 89 | | STB tasks, task stack sizes, and task priorities. The actual task priority |
90 | | is 1 more than the specified number since priority 0 is reserved (system | 90 | | is 1 more than the specified number since priority 0 is reserved (system |
91 | | internaly adds 1 to supplied priority number). | 91 | | internally adds 1 to supplied priority number). |
92 | +----------------------------------------------------------------------------*/ | 92 | +----------------------------------------------------------------------------*/ |
93 | #define STB_IDLE_TASK_SS (5* 1024) | 93 | #define STB_IDLE_TASK_SS (5* 1024) |
94 | #define STB_IDLE_TASK_PRIO 0 | 94 | #define STB_IDLE_TASK_PRIO 0 |