Changeset 9cbd27b in mainline for arch/mips32/src/mips32.c


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/src/mips32.c

    re1be3b6 r9cbd27b  
    130130                                              cp0_status_ie_enabled_bit));
    131131        cp0_epc_write((__address) kernel_uarg->uspace_entry);
    132         userspace_asm(((__address) kernel_uarg->uspace_stack+PAGE_SIZE), (__address) kernel_uarg->uspace_uarg);
     132        userspace_asm(((__address) kernel_uarg->uspace_stack+PAGE_SIZE),
     133                      (__address) kernel_uarg->uspace_uarg,
     134                      (__address) kernel_uarg->uspace_entry);
    133135        while (1)
    134136                ;
Note: See TracChangeset for help on using the changeset viewer.