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-ia64-devel

[Xen-ia64-devel] [PATCH 5/12] white space of ia64_switch_to

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH 5/12] white space of ia64_switch_to
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Thu, 20 Dec 2007 16:37:05 +0900
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Delivery-date: Wed, 19 Dec 2007 23:37:47 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
# HG changeset patch
# User yamahata@xxxxxxxxxxxxx
# Date 1198030058 -32400
# Node ID e630db2d527bb2008b93a4296baaa46f61065801
# Parent  7a490dbc8f32b32a19ba713f4f9a76e74d10fe1d
white space on ia64_switch_to().
use tab instead of 4 space.
PATCHNAME: white_space_on_ia64_switch_to

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>

diff -r 7a490dbc8f32 -r e630db2d527b xen/arch/ia64/linux-xen/entry.S
--- a/xen/arch/ia64/linux-xen/entry.S   Tue Dec 18 17:37:16 2007 +0900
+++ b/xen/arch/ia64/linux-xen/entry.S   Wed Dec 19 11:07:38 2007 +0900
@@ -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
 

Attachment: 16637_e630db2d527b_white_space_on_ia64_switch_to.patch
Description: Text Data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH 5/12] white space of ia64_switch_to, Isaku Yamahata <=