Changeset 44c259c in mainline for arch/ia32/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/ia32/src/asm.S

    rae10582 r44c259c  
    149149h_end:
    150150
    151 
    152 # THIS IS USERSPACE CODE
    153 .global utext
    154 utext:
    155         xor %ax,%ax
    156         mov %ax,%ds
    157         mov %ax,%es
    158         mov %ax,%fs
    159         mov %ax,%gs
    160 0:
    161         int $48
    162         jmp 0b
    163         # not reached
    164 utext_end:
    165 
    166151.data
    167 .global utext_size
    168 utext_size:
    169         .long utext_end - utext
    170 
    171152.global interrupt_handler_size
    172153
Note: See TracChangeset for help on using the changeset viewer.