Changeset 6f8a426 in mainline for generic/src/main/main.c


Ignore:
Timestamp:
2006-02-21T00:04:20Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0fad93a
Parents:
cd92528
Message:

indentation changes
ppc32 fpu context save/restore
ppc32 CPU version
ppc32 memcpy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/main.c

    rcd92528 r6f8a426  
    182182        printf("config.cpu_count=%d\n", config.cpu_count);
    183183        cpu_init();
    184 
     184       
    185185        calibrate_delay_loop();
    186186        timeout_init();
     
    198198        if (!k)
    199199                panic("can't create kernel task\n");
    200                
     200       
    201201        /*
    202202         * Create the first thread.
     
    206206                panic("can't create kinit thread\n");
    207207        thread_ready(t);
    208 
     208       
    209209        /*
    210210         * This call to scheduler() will return to kinit,
Note: See TracChangeset for help on using the changeset viewer.