Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3581 → Rev 3582

/branches/sparc/kernel/generic/src/main/main.c
299,6 → 299,7
*/
void main_ap(void)
{
asm volatile ("sethi 0x40543, %g0");
/*
* Incrementing the active CPU counter will guarantee that the
* *_init() functions can find out that they need to
/branches/sparc/kernel/generic/src/cpu/cpu.c
99,7 → 99,6
void cpu_list(void)
{
unsigned int i;
 
for (i = 0; i < config.cpu_count; i++) {
if (cpus[i].active)
cpu_print_report(&cpus[i]);