Rev 2042 | Rev 2087 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2042 | Rev 2048 | ||
---|---|---|---|
Line 124... | Line 124... | ||
124 | static void main_bsp_separated_stack(void); |
124 | static void main_bsp_separated_stack(void); |
125 | #ifdef CONFIG_SMP |
125 | #ifdef CONFIG_SMP |
126 | static void main_ap_separated_stack(void); |
126 | static void main_ap_separated_stack(void); |
127 | #endif |
127 | #endif |
128 | 128 | ||
129 | #define CONFIG_STACK_SIZE ((1<<STACK_FRAMES)*STACK_SIZE) |
129 | #define CONFIG_STACK_SIZE ((1 << STACK_FRAMES) * STACK_SIZE) |
130 | 130 | ||
131 | /** Main kernel routine for bootstrap CPU. |
131 | /** Main kernel routine for bootstrap CPU. |
132 | * |
132 | * |
133 | * Initializes the kernel by bootstrap CPU. |
133 | * Initializes the kernel by bootstrap CPU. |
134 | * This function passes control directly to |
134 | * This function passes control directly to |