Changeset 32a89bf in mainline for test/fpu/fpu1/test.c


Ignore:
Timestamp:
2005-05-20T21:39:19Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14def1f6
Parents:
0cb0a72
Message:

IA-64 work.
Add application registers ar.lc, ar.ec, ar.ccv, ar.csd, ar.ssd to context_t.
Add store/load operations for ar.lc, ar.ec, ar.ccv, ar.csd, ar.ssd to context_save()/restore().
Add application registers ar.rcs, ar.bsp and ar.rnat to context_t.
Proper store/load operations for ar.rcs, ar.bsp and ar.rnat is in the works.

FPU cleanup.
Remove call set_TS_flag() from cpu_identify().
Remove unneeded includes from FPU test #1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/fpu/fpu1/test.c

    r0cb0a72 r32a89bf  
    2828 */
    2929
    30 #include <arch/interrupt.h>
    3130#include <print.h>
    3231#include <debug.h>
    3332#include <panic.h>
    34 #include <arch/i8259.h>
    35 #include <func.h>
    36 #include <cpu.h>
    37 #include <arch/asm.h>
    38 #include <mm/tlb.h>
    3933
    4034#include <test.h>
    41 #include <arch.h>
    4235#include <arch/smp/atomic.h>
    4336#include <proc/thread.h>
     37
     38#include <arch.h>
    4439
    4540#define THREADS         150*2
Note: See TracChangeset for help on using the changeset viewer.