page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash()
[linux-2.6] / include / asm-x86 / atomic.h
1 #ifdef CONFIG_X86_32
2 # include "atomic_32.h"
3 #else
4 # include "atomic_64.h"
5 #endif