- Timestamp:
- 2005-05-08T22:32:29Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2265edf
- Parents:
- c4a5207f
- Location:
- arch/ia64
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/Makefile.inc
rc4a5207f r0ca6faa 19 19 arch/fake.s \ 20 20 arch/putchar.c \ 21 arch/context.S \ 22 arch/ia64.c 21 arch/ia64.c \ 22 arch/fpu_context.c 23 arch/context.S 24 25 -
arch/ia64/src/fake.s
rc4a5207f r0ca6faa 32 32 .global asm_delay_loop 33 33 .global userspace 34 .global before_thread_runs 34 .global before_thread_runs_arch 35 35 .global arch_late_init 36 36 .global arch_post_mm_init … … 50 50 .global panic 51 51 52 before_thread_runs :52 before_thread_runs_arch: 53 53 userspace: 54 54 calibrate_delay_loop:
Note:
See TracChangeset
for help on using the changeset viewer.