Changeset ae9624e in mainline for arch/amd64/src/boot/boot.S


Ignore:
Timestamp:
2005-09-04T23:38:03Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6153749
Parents:
824553ed
Message:

Symbol table now contains static functions too.
NOTE: gcc heavily inlines, be aware of optimizations.

Removed excesive item from boot page tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/boot/boot.S

    r824553ed rae9624e  
    158158        .fill 509,8,0
    159159        .quad ptl_2 + (PTL_WRITABLE | PTL_PRESENT)
    160         .fill 2,8,0
     160        .fill 1,8,0
    161161       
    162162.align 4096
Note: See TracChangeset for help on using the changeset viewer.