Implemented CMPXCHG8B on Winchip. Patch from nerd73.
This commit is contained in:
parent
c07b76dc8e
commit
919f2dd45d
5 changed files with 17 additions and 6 deletions
|
|
@ -110,6 +110,7 @@ extern int cpu_hasMSR;
|
|||
extern int cpu_hasMMX;
|
||||
extern int cpu_hasCR4;
|
||||
extern int cpu_hasVME;
|
||||
extern int cpu_hasCX8;
|
||||
|
||||
#define CR4_TSD (1 << 2)
|
||||
#define CR4_DE (1 << 3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue