Kernel  |  3.14

下载     查看原文件
C++程序  |  7行  |  134 B
#ifndef PERF_LINUX_PREFETCH_H
#define PERF_LINUX_PREFETCH_H

static inline void prefetch(void *a __attribute__((unused))) { }

#endif