Changeset 9cbd27b in mainline for arch/mips32/include/asm.h


Ignore:
Timestamp:
2006-03-24T00:50:00Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11cb08ca
Parents:
e1be3b6
Message:

Set up T9 to entry point on entry to userspace to facilitate better
PIC running.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/asm.h

    re1be3b6 r9cbd27b  
    5858extern void cpu_halt(void);
    5959extern void asm_delay_loop(__u32 t);
    60 extern void userspace_asm(__address ustack, __address uspace_uarg);
     60extern void userspace_asm(__address ustack, __address uspace_uarg,
     61                          __address entry);
    6162
    6263#endif
Note: See TracChangeset for help on using the changeset viewer.