Changeset 44c259c in mainline for arch/mips32/src/asm.S


Ignore:
Timestamp:
2006-01-15T18:35:45Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
77147d6
Parents:
ae10582
Message:

remove obsolete in-kernel userspace code
remove CONFIG_USERSPACE switch, uspace support is configured at run-time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/asm.S

    rae10582 r44c259c  
    296296        j $ra
    297297        nop
    298        
    299 # THIS IS USERSPACE CODE
    300 .global utext
    301 utext:
    302         j $31
    303         nop
    304 utext_end:
    305 
    306 .data
    307 .global utext_size
    308 utext_size:
    309         .long utext_end-utext
    310  
    311 
Note: See TracChangeset for help on using the changeset viewer.