Changeset 3902f8a4 in mainline for arch/ppc


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.

Location:
arch/ppc
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • arch/ppc/Makefile.inc

    r2e5365f3 r3902f8a4  
    1414        arch/powerpc.c \
    1515        arch/fpu_context.c \
    16         arch/fake.s \
     16        arch/dummy.s \
    1717        arch/start.S
  • 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.