i386/x86_64: move headers to include/asm-x86
[linux-2.6/mini2440.git] / include / asm-x86 / pgalloc.h
blob5886eed05886d897a97f59200c5f33c3af37be95
1 #ifdef CONFIG_X86_32
2 # include "pgalloc_32.h"
3 #else
4 # include "pgalloc_64.h"
5 #endif