Add a 00-INDEX file to Documentation/mips/
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-x86 / cacheflush.h
blobe2df3b55034a3684dbf94fd0aaade8396bf60ace
1 #ifdef CONFIG_X86_32
2 # include "cacheflush_32.h"
3 #else
4 # include "cacheflush_64.h"
5 #endif