Initial commit linux kernel 2.6.33

This commit is contained in:
Angell Fear
2010-09-03 00:00:59 +06:00
commit 464e36dc43
31556 changed files with 12908964 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef PERF_LINUX_PREFETCH_H
#define PERF_LINUX_PREFETCH_H
static inline void prefetch(void *a __attribute__((unused))) { }
#endif