Index: kernel/arch/ia64/Makefile.inc
===================================================================
--- kernel/arch/ia64/Makefile.inc	(revision 8ec30d9ea232d021d4ef7066c4cb17bb215e18fa)
+++ kernel/arch/ia64/Makefile.inc	(revision bd83ccea49d616d95cf6f8a165bb11ddfde834e0)
@@ -39,7 +39,4 @@
 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64
 
-INIT0_ADDRESS = 0xe000000004404000
-INIT0_SIZE = 0x100000
-
 CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
 GCC_CFLAGS += $(CMN1)
@@ -49,6 +46,5 @@
 AFLAGS += -mconstant-gp
 
-DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE)
-
+DEFS += -D__64_BITS__ -D$(MACHINE)
 
 ## Compile with page hash table support.
@@ -101,5 +97,4 @@
 	DEFS += -DI460GX -DCONFIG_I8042
 	BFD = binary
-
 endif
 
