- Timestamp:
- 2005-08-15T11:34:58Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- efa9b73
- Parents:
- 2e5365f3
- Location:
- arch/ppc
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/Makefile.inc
r2e5365f3 r3902f8a4 14 14 arch/powerpc.c \ 15 15 arch/fpu_context.c \ 16 arch/ fake.s \16 arch/dummy.s \ 17 17 arch/start.S -
arch/ppc/src/dummy.s
r2e5365f3 r3902f8a4 48 48 .global arch_late_init 49 49 .global calibrate_delay_loop 50 .global dummy 50 51 51 52 cpu_priority_high: … … 71 72 calibrate_delay_loop: 72 73 74 dummy: 73 75 0: 74 76 bl 0b
Note:
See TracChangeset
for help on using the changeset viewer.