From f01be154589f6e137195d9cc28d1296d885e4eea Mon Sep 17 00:00:00 2001 From: ths Date: Thu, 18 Sep 2008 11:57:27 +0000 Subject: Move the active FPU registers into env again, and use more TCG registers to access them. Signed-off-by: Thiemo Seufer git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5252 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/TODO | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target-mips/TODO') diff --git a/target-mips/TODO b/target-mips/TODO index bb18fa8..4769e2a 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -30,11 +30,6 @@ General each ASID change. Using the MMU modes to implement ASIDs hinges on implementing the global bit efficiently. - save/restore of the CPU state is not implemented (see machine.c). -- Improve cpu state handling: - Step 1) Collect all the TC state in a single struct, so we need only - a single global pointer for the active TC. - Step 2) Use only a single TC context as working context, and copy the - contexts on TC switch. Likewise for FPU contexts. MIPS64 ------ -- cgit v1.1