x86: apply missing DMA/OOM prevention to floppy_32.h
[safe/jmp/linux-2.6] / include / asm-x86 / bug.h
1 #ifdef CONFIG_X86_32
2 # include "bug_32.h"
3 #else
4 # include "bug_64.h"
5 #endif