debuggers.hg
changeset 16860:f0b88ed504dd
[IA64] domheap: Fix ia64_switch_to()
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Thu Jan 17 12:05:43 2008 -0700 (2008-01-17) |
parents | 36231eca00d9 |
children | 0246cca2544e |
files | xen/arch/ia64/linux-xen/entry.S |
line diff
1.1 --- a/xen/arch/ia64/linux-xen/entry.S Thu Jan 17 12:05:43 2008 -0700 1.2 +++ b/xen/arch/ia64/linux-xen/entry.S Thu Jan 17 12:05:43 2008 -0700 1.3 @@ -214,7 +214,7 @@ GLOBAL_ENTRY(ia64_switch_to) 1.4 * If we've already mapped this task's page, we can skip doing it again. 1.5 */ 1.6 cmp.eq p7,p6=r26,r27 1.7 - br.cond.dpnt .map 1.8 +(p6) br.cond.dpnt .map 1.9 #else 1.10 cmp.eq p7,p6=r25,in0 1.11 ;;