Changeset 2bd4fdf in mainline for arch/mips/src/dummy.S
- Timestamp:
- 2005-09-06T23:10:17Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0b512a8
- Parents:
- 2c9de7e
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/dummy.S
r2c9de7e r2bd4fdf 32 32 .global calibrate_delay_loop 33 33 .global asm_delay_loop 34 .global userspace35 .global before_thread_runs_arch36 34 .global dummy 37 35 .global fpu_enable 38 36 .global fpu_disable 39 37 .global fpu_init 40 41 before_thread_runs_arch: 42 userspace: 38 43 39 calibrate_delay_loop: 44 40 asm_delay_loop:
Note:
See TracChangeset
for help on using the changeset viewer.