Changeset 1b43a04 in mainline for boot/arch/sparc64/loader/main.c


Ignore:
Timestamp:
2006-11-05T13:49:23Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b63a7cc
Parents:
14de0dd8
Message:

Modify selected function to consume less stack space.

Avoid flushw instruction in the sparc64 loader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/main.c

    r14de0dd8 r1b43a04  
    3838
    3939bootinfo_t bootinfo;
     40component_t components[COMPONENTS];
    4041
    4142void bootstrap(void)
    4243{
    4344        printf("HelenOS SPARC64 Bootloader\n");
    44 
    45         component_t components[COMPONENTS];
     45       
    4646        init_components(components);
    4747
Note: See TracChangeset for help on using the changeset viewer.