Changeset 66def8d in mainline for arch/ia32/src/pm.c


Ignore:
Timestamp:
2006-01-08T17:51:36Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8725fb4
Parents:
078a0a1
Message:

simplify and cleanup ia32 boot process, remove obsolete stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/pm.c

    r078a0a1 r66def8d  
    7272
    7373/* gdtr is changed by kmp before next CPU is initialized */
    74 struct ptr_16_32 protected_bootstrap_gdtr = { .limit = sizeof(gdt), .base = KA2PA((__address) gdt) };
     74struct ptr_16_32 bootstrap_gdtr = { .limit = sizeof(gdt), .base = KA2PA((__address) gdt) };
    7575struct ptr_16_32 gdtr = { .limit = sizeof(gdt), .base = (__address) gdt };
    7676
Note: See TracChangeset for help on using the changeset viewer.