ia64/xen-unstable
changeset 18366:efee1e0f2e08
[IA64] update the comment in ia64_switch_to.
update the comment in ia64_switch_to.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
update the comment in ia64_switch_to.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Isaku Yamahata <yamahata@valinux.co.jp> |
---|---|
date | Mon Aug 25 19:04:37 2008 +0900 (2008-08-25) |
parents | 5bb2700e773a |
children | 0ac39e4bf63a |
files | xen/arch/ia64/linux-xen/entry.S |
line diff
1.1 --- a/xen/arch/ia64/linux-xen/entry.S Mon Aug 25 19:04:37 2008 +0900 1.2 +++ b/xen/arch/ia64/linux-xen/entry.S Mon Aug 25 19:04:37 2008 +0900 1.3 @@ -265,7 +265,7 @@ GLOBAL_ENTRY(ia64_switch_to) 1.4 srlz.d 1.5 or r23=r25,r20 // construct PA | page properties 1.6 #ifdef XEN 1.7 - ptr.d in0,r27 // to purge dtr[IA64_TR_VHPT] 1.8 + ptr.d in0,r27 // to purge dtr[IA64_TR_VHPT] and dtr[IA64_TR_VPD] 1.9 #else 1.10 movl r27=IA64_GRANULE_SHIFT << 2 1.11 #endif