Commit 4daa333c authored by Peter Chubb's avatar Peter Chubb Committed by David Mosberger

[PATCH] ia64: Fix RAW dependency introduced by HUGETLB patch

If CONFIG_HUGETLB is not defined, you get a RAW dependency clash in
ivt.S. (2.5.39)
parent 97ef7a05
......@@ -116,8 +116,8 @@ ENTRY(vhpt_miss)
;;
(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
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment