Changeset 3902f8a4 in mainline for arch/ppc/src/dummy.s


Ignore:
Timestamp:
2005-08-15T11:34:58Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
efa9b73
Parents:
2e5365f3
Message:

For all relevant architectures, rename fake.s to dummy.s to better reflect the purpose of the file.
Also define global symbol called dummy.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • arch/ppc/src/dummy.s

    r2e5365f3 r3902f8a4  
    4848.global arch_late_init
    4949.global calibrate_delay_loop
     50.global dummy
    5051
    5152cpu_priority_high:
     
    7172calibrate_delay_loop:
    7273
     74dummy:
    73750:
    7476        bl 0b
Note: See TracChangeset for help on using the changeset viewer.