Blame view

kernel/linux-rt-4.4.41/arch/avr32/include/uapi/asm/cachectl.h 272 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
  #ifndef _UAPI__ASM_AVR32_CACHECTL_H
  #define _UAPI__ASM_AVR32_CACHECTL_H
  
  /*
   * Operations that can be performed through the cacheflush system call
   */
  
  /* Clean the data cache, then invalidate the icache */
  #define CACHE_IFLUSH	0
  
  #endif /* _UAPI__ASM_AVR32_CACHECTL_H */