Signed-off-by: Dave Hansen --- memhotplug-dave/include/linux/bootmem.h | 5 +++++ 1 files changed, 5 insertions(+) diff -puN include/linux/bootmem.h~F6-__boot_pa-for-all include/linux/bootmem.h --- memhotplug/include/linux/bootmem.h~F6-__boot_pa-for-all 2005-07-28 13:51:06.000000000 -0700 +++ memhotplug-dave/include/linux/bootmem.h 2005-07-28 13:51:06.000000000 -0700 @@ -10,6 +10,11 @@ #include #include +#ifndef CONFIG_ARCH_HAS_BOOTPA +#define __boot_pa(pa) __pa(pa) +#define __boot_va(pa) __va(va) +#endif + /* * simple boot-time physical memory area allocator. */ _