markers: add an if(0) to __mark_check_format()
[linux-2.6] / include / asm-x86 / mmu_context.h
1 #ifdef CONFIG_X86_32
2 # include "mmu_context_32.h"
3 #else
4 # include "mmu_context_64.h"
5 #endif