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