Changeset d47f0e1 in mainline for arch/ia32/src/smp/ap.S
- Timestamp:
- 2005-06-05T15:18:24Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3f41b6
- Parents:
- d1a184f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/ap.S
rd1a184f rd47f0e1 31 31 # 32 32 33 . text33 .section K_TEXT_START_2 34 34 35 35 #ifdef __SMP__ … … 48 48 .code16 49 49 cli 50 51 50 xorw %ax,%ax 52 51 movw %ax,%ds … … 56 55 orl $1,%eax 57 56 movl %eax,%cr0 57 jmp 0f 58 0: 58 59 ljmp $KTEXT,$jump_to_kernel 59 60 … … 65 66 movw %ax,%es 66 67 movw %ax,%ss 67 movl $ ctx,%eax68 movl $(ctx-0x80000000),%eax # KA2PA((__address) &ctx) 68 69 movl (%eax),%esp 69 70 70 71 lidt idtr 71 72 73 call map_kernel 74 72 75 ljmp $KTEXT,$main_ap 73 76
Note:
See TracChangeset
for help on using the changeset viewer.