Changeset cb4b61d in mainline for arch/mips/src/fake.s


Ignore:
Timestamp:
2005-04-17T18:09:26Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7eade45
Parents:
2968fe29
Message:

Added before_thread_runs() to cope with TSS of user space tasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/fake.s

    r2968fe29 rcb4b61d  
    3333.global asm_delay_loop
    3434.global userspace
     35.global before_thread_runs
    3536
     37before_thread_runs:
    3638userspace:
    3739calibrate_delay_loop:
Note: See TracChangeset for help on using the changeset viewer.