From 7e2c3175d713af0d7ce14182fc188a24df176d36 Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Sun, 28 Nov 2004 17:29:35 +0000 Subject: 2004-11-22 Guillem Jover * i386/i386/locore.S (discover_x86_cpu_type): Enable function. Enable ID flag for Cyrix CPU. Use %ebp to save the stack pointer. Restore EFLAGS just after its last usage. * i386/i386at/model_dep.c (c_boot_entry): Enable use of discover_x86_cpu_type. Remove hardcoded cpu_type assignment. * i386/include/mach/i386/eflags.h (EFL_VI, EFL_VIP): New bits. (EFL_AC, EFL_ID): Bits finally added. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ea564a..fe02ea8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-11-22 Guillem Jover + + * i386/i386/locore.S (discover_x86_cpu_type): Enable function. + Enable ID flag for Cyrix CPU. Use %ebp to save the stack pointer. + Restore EFLAGS just after its last usage. + * i386/i386at/model_dep.c (c_boot_entry): Enable use of + discover_x86_cpu_type. Remove hardcoded cpu_type assignment. + * i386/include/mach/i386/eflags.h + (EFL_VI, EFL_VIP): New bits. + (EFL_AC, EFL_ID): Bits finally added. + 2004-10-26 Guillem Jover * i386/i386/fpe.b: Remove binary without source. -- cgit v1.2.3