remove dummy asm/kvm.h files
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-sparc / sections.h
blobcbd019162425bf90b4df4ef526b7c42370513cc1
1 #ifndef ___ASM_SPARC_SECTIONS_H
2 #define ___ASM_SPARC_SECTIONS_H
3 #if defined(__sparc__) && defined(__arch64__)
4 #include <asm-sparc/sections_64.h>
5 #else
6 #include <asm-sparc/sections_32.h>
7 #endif
8 #endif