Changeset 44c259c in mainline for arch/amd64/src/asm_utils.S
- Timestamp:
- 2006-01-15T18:35:45Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77147d6
- Parents:
- ae10582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/asm_utils.S
rae10582 r44c259c 53 53 .global read_efer_flag 54 54 .global set_efer_flag 55 56 57 # THIS IS USERSPACE CODE58 .global utext59 utext:60 0:61 int $4862 jmp 0b63 # not reached64 utext_end:65 66 .data67 .global utext_size68 utext_size:69 .long utext_end - utext70 71 55 72 56 ## Determine CPUID support … … 208 192 h_end: 209 193 210 211 194 .data 212 195 .global interrupt_handler_size
Note:
See TracChangeset
for help on using the changeset viewer.