From c4e47edbe570f4efb980955bcb0138f40b850a5c Mon Sep 17 00:00:00 2001 From: arun Date: Wed, 4 Aug 2004 20:09:41 +0000 Subject: Use a 256MB TR instead of a 64MB TR to make sure that the kernel text/data are covered on APs. This enables the kernel to boot on a 4 way Intel Itanium-2 platform. This has a secondary effect of keeping the TRs identical on BP and the APs. reviewed by: marcel@ --- sys/ia64/ia64/locore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/ia64') diff --git a/sys/ia64/ia64/locore.S b/sys/ia64/ia64/locore.S index e334873..fc83d0c 100644 --- a/sys/ia64/ia64/locore.S +++ b/sys/ia64/ia64/locore.S @@ -190,7 +190,7 @@ ENTRY(os_boot_rendez,0) ;; srlz.d mov r16 = (PTE_P|PTE_MA_WB|PTE_A|PTE_D|PTE_PL_KERN|PTE_AR_RWX) - mov r18 = IA64_ID_PAGE_SHIFT<<2 + mov r18 = 28<<2 ;; mov cr.ifa = r17 -- cgit v1.1