ckfwq/linux-3.0.4/tools/perf/util/include/linux/prefetch.h

7 lines
134 B
C
Raw Normal View History

2024-12-30 10:53:50 +08:00
#ifndef PERF_LINUX_PREFETCH_H
#define PERF_LINUX_PREFETCH_H
static inline void prefetch(void *a __attribute__((unused))) { }
#endif