Changeset 3902f8a4 in mainline for arch/mips


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/mips
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • arch/mips/Makefile.inc

    r2e5365f3 r3902f8a4  
    2020        arch/panic.s \
    2121        arch/mips.c \
    22         arch/fake.s \
     22        arch/dummy.s \
    2323        arch/putchar.c \
    2424        arch/asm.s \
  • arch/mips/src/dummy.s

    r2e5365f3 r3902f8a4  
    3434.global userspace
    3535.global before_thread_runs_arch
     36.global dummy
    3637
    3738before_thread_runs_arch:
     
    3940calibrate_delay_loop:
    4041asm_delay_loop:
     42
     43dummy:
    4144        j $31
    4245        nop
Note: See TracChangeset for help on using the changeset viewer.