Changeset fa0dfaf in mainline for arch/amd64/src
- Timestamp:
- 2005-08-30T20:15:50Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba18512
- Parents:
- d0c30f7
- Location:
- arch/amd64/src
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/dummy.s
rd0c30f7 rfa0dfaf 30 30 31 31 .global memcopy 32 .global memcpy 32 33 .global cpu_priority_high 33 34 .global cpu_priority_low … … 35 36 .global cpu_priority_restore 36 37 .global memsetb 37 .global context_save38 .global context_restore39 38 .global userspace 40 39 .global before_thread_runs_arch … … 54 53 .global frame_arch_init 55 54 .global dummy 55 .global asm_delay_loop 56 56 57 memcpy: 57 58 memcopy: 58 59 cpu_priority_high: … … 61 62 cpu_priority_read: 62 63 memsetb: 63 context_save: 64 context_restore: 64 asm_delay_loop: 65 65 before_thread_runs_arch: 66 66 userspace:
Note:
See TracChangeset
for help on using the changeset viewer.