Blame view

kernel/linux-rt-4.4.41/tools/lib/lockdep/uinclude/linux/prefetch.h 149 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
  #ifndef _LIBLOCKDEP_LINUX_PREFETCH_H_
  #define _LIBLOCKDEP_LINUX_PREFETCH_H
  
  static inline void prefetch(void *a __attribute__((unused))) { }
  
  #endif