Browse Source

undef WHEREAMI

tags/v0.2.12^2
wernsaar 11 years ago
parent
commit
7794237475
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      common_x86_64.h

+ 1
- 2
common_x86_64.h View File

@@ -105,8 +105,8 @@ static __inline void cpuid(int op, int *eax, int *ebx, int *ecx, int *edx){
}

/*

#define WHEREAMI
*/

static inline int WhereAmI(void){
int eax, ebx, ecx, edx;
@@ -118,7 +118,6 @@ static inline int WhereAmI(void){
return apicid;
}

*/

#ifdef CORE_BARCELONA
#define IFLUSH gotoblas_iflush()


Loading…
Cancel
Save