Subversion Repositories HelenOS-historic

Rev

Rev 623 | Rev 628 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 623 Rev 625
Line 123... Line 123...
123
 * kernel boot phase when SP is set to the very top of the reserved
123
 * kernel boot phase when SP is set to the very top of the reserved
124
 * space. The stack could get corrupted by a fooled compiler-generated
124
 * space. The stack could get corrupted by a fooled compiler-generated
125
 * pop sequence otherwise.
125
 * pop sequence otherwise.
126
 */
126
 */
127
static void main_bsp_separated_stack(void);
127
static void main_bsp_separated_stack(void);
-
 
128
#ifdef CONFIG_SMP
128
static void main_ap_separated_stack(void);
129
static void main_ap_separated_stack(void);
-
 
130
#endif
129
 
131
 
130
/** Bootstrap CPU main kernel routine
132
/** Bootstrap CPU main kernel routine
131
 *
133
 *
132
 * Initializes the kernel by bootstrap CPU.
134
 * Initializes the kernel by bootstrap CPU.
133
 *
135
 *