aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc/tlbflush.h
blob: 6e6bc12227b86f180108a1df5f26f01b07917aa6 (plain)
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-sparc/tlbflush_64.h>
#else
#include <asm-sparc/tlbflush_32.h>
#endif
#endif