undef WHEREAMI
This commit is contained in:
parent
a64fe9bcc9
commit
7794237475
|
@ -105,8 +105,8 @@ static __inline void cpuid(int op, int *eax, int *ebx, int *ecx, int *edx){
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
#define WHEREAMI
|
#define WHEREAMI
|
||||||
|
*/
|
||||||
|
|
||||||
static inline int WhereAmI(void){
|
static inline int WhereAmI(void){
|
||||||
int eax, ebx, ecx, edx;
|
int eax, ebx, ecx, edx;
|
||||||
|
@ -118,7 +118,6 @@ static inline int WhereAmI(void){
|
||||||
return apicid;
|
return apicid;
|
||||||
}
|
}
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef CORE_BARCELONA
|
#ifdef CORE_BARCELONA
|
||||||
#define IFLUSH gotoblas_iflush()
|
#define IFLUSH gotoblas_iflush()
|
||||||
|
|
Loading…
Reference in New Issue