debuggers.hg
changeset 16851:8909a5717cd7
[IA64] Cleanup white space in ia64_switch_to()
Use tab instead of 4 space.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Use tab instead of 4 space.
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 | 70db89a4beab |
children | ed7d55e8cd34 |
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 @@ -228,18 +228,18 @@ GLOBAL_ENTRY(ia64_switch_to) 1.4 mov IA64_KR(CURRENT)=in0 // update "current" application register 1.5 #endif 1.6 #ifdef XEN //for VTI domain current is save to 21 of bank0 1.7 - ;; 1.8 - bsw.0 1.9 - ;; 1.10 + ;; 1.11 + bsw.0 1.12 + ;; 1.13 mov r8=r13 // return pointer to previously running task 1.14 mov r13=in0 // set "current" pointer 1.15 - mov r21=in0 1.16 - ;; 1.17 - bsw.1 1.18 + mov r21=in0 1.19 + ;; 1.20 + bsw.1 1.21 ;; 1.22 #else 1.23 - mov r8=r13 // return pointer to previously running task 1.24 - mov r13=in0 // set "current" pointer 1.25 + mov r8=r13 // return pointer to previously running task 1.26 + mov r13=in0 // set "current" pointer 1.27 #endif 1.28 DO_LOAD_SWITCH_STACK 1.29