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

    rae10582 r44c259c  
    5353.global read_efer_flag
    5454.global set_efer_flag
    55        
    56 
    57 # THIS IS USERSPACE CODE
    58 .global utext
    59 utext:
    60 0:
    61         int $48
    62         jmp 0b
    63         # not reached
    64 utext_end:
    65 
    66 .data
    67 .global utext_size
    68 utext_size:
    69         .long utext_end - utext
    70 
    7155       
    7256## Determine CPUID support
     
    208192h_end:
    209193       
    210        
    211194.data
    212195.global interrupt_handler_size
Note: See TracChangeset for help on using the changeset viewer.