Blame view

kernel/linux-rt-4.4.41/arch/sparc/include/asm/tlbflush.h 188 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
  #ifndef ___ASM_SPARC_TLBFLUSH_H
  #define ___ASM_SPARC_TLBFLUSH_H
  #if defined(__sparc__) && defined(__arch64__)
  #include <asm/tlbflush_64.h>
  #else
  #include <asm/tlbflush_32.h>
  #endif
  #endif