mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 23:07:05 +01:00
Compiling updates for KNL
This commit is contained in:
@ -60,7 +60,6 @@ static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid,
|
||||
|
||||
#ifdef TIMERS_OFF
|
||||
|
||||
#warning PerfCount: Disabling cycle timers
|
||||
|
||||
inline uint64_t cyclecount(void){
|
||||
return 0;
|
||||
@ -95,7 +94,6 @@ inline uint64_t cyclecount(void){
|
||||
}
|
||||
#else
|
||||
|
||||
#warning No cycle counter implemented for this architecture
|
||||
inline uint64_t cyclecount(void){
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user