public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Fix RAW dependency introduced by HUGETLB patch
@ 2002-10-16  0:15 Peter Chubb
  2002-10-17  0:33 ` Seth, Rohit
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Chubb @ 2002-10-16  0:15 UTC (permalink / raw)
  To: linux-ia64

Hi, 
If CONFIG_HUGETLB is not defined, you get a RAW dependency clash in
ivt.S. (2.5.39)


I believe this patch should fix it (but I'm not an IA64 assmebler
language expert!)

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.851   -> 1.852  
#	arch/ia64/kernel/ivt.S	1.10    -> 1.11   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/10/16	peterc@gelato.unsw.edu.au	1.852
# Fix RAW dependency when CONFIG_HUGETLB_PAGE is not defined.
# --------------------------------------------
#
diff -Nru a/arch/ia64/kernel/ivt.S b/arch/ia64/kernel/ivt.S
--- a/arch/ia64/kernel/ivt.S	Wed Oct 16 10:14:27 2002
+++ b/arch/ia64/kernel/ivt.S	Wed Oct 16 10:14:27 2002
@@ -116,8 +116,8 @@
 	;;
 (p8)	dep r25=r18,r25,2,6
 (p8)	shr r22=r22,HPAGE_SHIFT-PAGE_SHIFT
-	;;
 #endif
+	;;
 	cmp.eq p6,p7=5,r17			// is IFA pointing into to region 5?
 	shr.u r18=r22,PGDIR_SHIFT		// get bits 33-63 of the faulting address
 	;;



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-17  0:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-16  0:15 [Linux-ia64] Fix RAW dependency introduced by HUGETLB patch Peter Chubb
2002-10-17  0:33 ` Seth, Rohit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox