|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Cleanup white space in ia64_switch
# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1200596743 25200
# Node ID 8909a5717cd7eca27b36b7dd54b1cb10e59cd0c2
# Parent 70db89a4beab523df0d619f4ab2932130c85e1fb
[IA64] Cleanup white space in ia64_switch_to()
Use tab instead of 4 space.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
xen/arch/ia64/linux-xen/entry.S | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff -r 70db89a4beab -r 8909a5717cd7 xen/arch/ia64/linux-xen/entry.S
--- a/xen/arch/ia64/linux-xen/entry.S Thu Jan 17 12:05:43 2008 -0700
+++ b/xen/arch/ia64/linux-xen/entry.S Thu Jan 17 12:05:43 2008 -0700
@@ -228,18 +228,18 @@ GLOBAL_ENTRY(ia64_switch_to)
mov IA64_KR(CURRENT)=in0 // update "current" application register
#endif
#ifdef XEN //for VTI domain current is save to 21 of bank0
- ;;
- bsw.0
- ;;
+ ;;
+ bsw.0
+ ;;
mov r8=r13 // return pointer to previously running
task
mov r13=in0 // set "current" pointer
- mov r21=in0
- ;;
- bsw.1
- ;;
-#else
- mov r8=r13 // return pointer to previously running task
- mov r13=in0 // set "current" pointer
+ mov r21=in0
+ ;;
+ bsw.1
+ ;;
+#else
+ mov r8=r13 // return pointer to previously running task
+ mov r13=in0 // set "current" pointer
#endif
DO_LOAD_SWITCH_STACK
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Cleanup white space in ia64_switch_to(),
Xen patchbot-unstable <=
|
|
|
|
|