Changeset 8c9e71a in mainline for kernel/arch/ia32/src/boot/boot.S


Ignore:
Timestamp:
2011-09-27T15:55:27Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1069714
Parents:
d3a9ae74 (diff), 747a1e71 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merg with mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/boot/boot.S

    rd3a9ae74 r8c9e71a  
    22 * Copyright (c) 2001 Jakub Jermar
    33 * Copyright (c) 2005 Martin Decky
     4 * Copyright (c) 2011 Martin Sucha
    45 * All rights reserved.
    56 *
     
    124125                /* Map kernel and turn paging on */
    125126                pm_status $status_non_pse
    126                 call map_kernel
     127                call map_kernel_non_pse
    127128       
    128129        stack_init:
     
    195196 *
    196197 */
    197 .global map_kernel
    198 map_kernel:
     198map_kernel_non_pse:
    199199        /* Paging features */
    200200        movl %cr4, %ecx
Note: See TracChangeset for help on using the changeset viewer.