kprobes: improve kretprobe scalability with hashed locking
[linux-2.6/mini2440.git] / include / asm-sparc / cacheflush.h
blob2b6a37957c2da803739a7e0a71779ea264f2b5d4
1 #ifndef ___ASM_SPARC_CACHEFLUSH_H
2 #define ___ASM_SPARC_CACHEFLUSH_H
3 #if defined(__sparc__) && defined(__arch64__)
4 #include <asm-sparc/cacheflush_64.h>
5 #else
6 #include <asm-sparc/cacheflush_32.h>
7 #endif
8 #endif