
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
---

 memhotplug-dave/include/linux/bootmem.h |    5 +++++
 1 files changed, 5 insertions(+)

diff -puN include/linux/bootmem.h~E1-__boot_pa-for-all include/linux/bootmem.h
--- memhotplug/include/linux/bootmem.h~E1-__boot_pa-for-all	2005-04-13 14:20:46.000000000 -0700
+++ memhotplug-dave/include/linux/bootmem.h	2005-04-13 14:20:46.000000000 -0700
@@ -10,6 +10,11 @@
 #include <linux/init.h>
 #include <linux/mmzone.h>
 
+#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.
  */
_
