i386/x86_64: move headers to include/asm-x86
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-x86 / cache.h
blobc36d190ac9d8f0fdeeff3405c7a019a272d26e64
1 #ifdef CONFIG_X86_32
2 # include "cache_32.h"
3 #else
4 # include "cache_64.h"
5 #endif