WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Cleanup white space in ia64_switch

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] Cleanup white space in ia64_switch_to()
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Jan 2008 01:10:53 -0800
Delivery-date: Wed, 23 Jan 2008 01:14:17 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=