Changeset d9f81af3 in mainline for arch/amd64/src/dummy.s
- Timestamp:
- 2005-09-01T01:08:51Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75d5721
- Parents:
- 470c468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/dummy.s
r470c468 rd9f81af3 36 36 .global cpu_sleep 37 37 .global cpu_print_report 38 .global get_memory_size39 38 .global arch_late_init 40 39 .global calibrate_delay_loop 41 40 .global cpu_halt 42 .global page_arch_init43 .global frame_arch_init44 41 .global dummy 45 42 .global rdtsc … … 49 46 .global interrupt_handler_size 50 47 .global interrupt_handlers 48 .global memory_print_map 49 .global get_memory_size 50 51 get_memory_size: 52 movq $4*1024*1024, %rax 53 ret 51 54 52 55 interrupt_handler_size: … … 61 64 cpu_sleep: 62 65 cpu_print_report: 63 get_memory_size:64 66 arch_late_init: 65 67 calibrate_delay_loop: 66 68 cpu_halt: 67 page_arch_init:68 frame_arch_init:69 69 reset_TS_flag: 70 fpu_init: 70 fpu_init: 71 memory_print_map: 71 72 72 73 dummy:
Note:
See TracChangeset
for help on using the changeset viewer.