Changeset e515167d in mainline for arch/amd64/src/dummy.s


Ignore:
Timestamp:
2005-09-03T09:52:47Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be56c17
Parents:
5a5ed25
Message:

Added basic FPU context (not working).
Added CPU utilities from ia32
Fixed bug in vm.c that wanted PTL to be mapped in bottom memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/dummy.s

    r5a5ed25 re515167d  
    2929.text
    3030
    31 .global userspace
    32 .global before_thread_runs_arch
    33 .global cpu_identify
    34 .global cpu_arch_init
    35 .global cpu_sleep
    36 .global cpu_print_report
    37 .global dummy
    38 .global fpu_init
    39        
    40 before_thread_runs_arch:
    41 userspace:
    42 cpu_identify:
    43 cpu_arch_init:
    44 cpu_sleep:
    45 cpu_print_report:
    46        
    47 dummy:
    48310:
    4932        ret
    50 
    51 fpu_init:
    52         fninit
    53         ret
Note: See TracChangeset for help on using the changeset viewer.