- update so that it applies clean again

This commit is contained in:
Bryce Denney 2002-09-26 02:12:00 +00:00
parent 45acd5b67a
commit 48e0e9dc7d

View File

@ -28,18 +28,15 @@ Instructions:
Index: cpu/cpu.h Index: cpu/cpu.h
=================================================================== ===================================================================
RCS file: /cvsroot/bochs/bochs/cpu/cpu.h,v RCS file: /cvsroot/bochs/bochs/cpu/cpu.h,v
retrieving revision 1.78 retrieving revision 1.81
diff -u -r1.78 cpu.h diff -u -r1.81 cpu.h
--- cpu/cpu.h 24 Sep 2002 18:33:37 -0000 1.78 --- cpu/cpu.h 25 Sep 2002 14:09:08 -0000 1.81
+++ cpu/cpu.h 25 Sep 2002 02:59:01 -0000 +++ cpu/cpu.h 26 Sep 2002 02:11:08 -0000
@@ -575,12 +575,18 @@ @@ -582,9 +582,15 @@
typedef struct { #endif // #if BX_CPU_LEVEL >= 4
Bit8u p5_mc_addr;
Bit8u p5_mc_type; #if BX_CPU_LEVEL >= 5
- Bit8u tsc; -typedef struct {
Bit8u cesr;
Bit8u ctr0;
Bit8u ctr1;
Bit64u apicbase; Bit64u apicbase;
+ // TSC: Time Stamp Counter + // TSC: Time Stamp Counter
@ -52,7 +49,7 @@ diff -u -r1.78 cpu.h
#if BX_SUPPORT_X86_64 #if BX_SUPPORT_X86_64
// x86-64 EFER bits // x86-64 EFER bits
Boolean sce; Boolean sce;
@@ -1386,6 +1392,10 @@ @@ -1390,6 +1396,10 @@
#if BX_CPU_LEVEL >= 5 #if BX_CPU_LEVEL >= 5
bx_regs_msr_t msr; bx_regs_msr_t msr;
@ -69,7 +66,7 @@ RCS file: /cvsroot/bochs/bochs/cpu/init.cc,v
retrieving revision 1.32 retrieving revision 1.32
diff -u -r1.32 init.cc diff -u -r1.32 init.cc
--- cpu/init.cc 22 Sep 2002 18:22:24 -0000 1.32 --- cpu/init.cc 22 Sep 2002 18:22:24 -0000 1.32
+++ cpu/init.cc 25 Sep 2002 02:59:02 -0000 +++ cpu/init.cc 26 Sep 2002 02:11:09 -0000
@@ -818,6 +818,9 @@ @@ -818,6 +818,9 @@
/* initialise MSR registers to defaults */ /* initialise MSR registers to defaults */
@ -83,10 +80,10 @@ diff -u -r1.32 init.cc
Index: cpu/proc_ctrl.cc Index: cpu/proc_ctrl.cc
=================================================================== ===================================================================
RCS file: /cvsroot/bochs/bochs/cpu/proc_ctrl.cc,v RCS file: /cvsroot/bochs/bochs/cpu/proc_ctrl.cc,v
retrieving revision 1.50 retrieving revision 1.51
diff -u -r1.50 proc_ctrl.cc diff -u -r1.51 proc_ctrl.cc
--- cpu/proc_ctrl.cc 24 Sep 2002 13:57:37 -0000 1.50 --- cpu/proc_ctrl.cc 25 Sep 2002 14:09:08 -0000 1.51
+++ cpu/proc_ctrl.cc 25 Sep 2002 02:59:04 -0000 +++ cpu/proc_ctrl.cc 26 Sep 2002 02:11:11 -0000
@@ -1644,6 +1644,20 @@ @@ -1644,6 +1644,20 @@
#endif #endif
} }