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] 80-column reformatting for flushd.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] 80-column reformatting for flushd.S
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Aug 2006 22:10:17 +0000
Delivery-date: Wed, 30 Aug 2006 15:11:24 -0700
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 awilliam@xxxxxxxxxxx
# Node ID 6fec75ff8acfab250807e6726afbc12508e449ae
# Parent  741fd616f5dc6a2ce1ec97074899785414d7c707
[IA64] 80-column reformatting for flushd.S

Minor reformatting so that flushd.S can be used with 80-column
displays, in accordance with Linux coding style.  No instructions
were changed.

Signed-off-by: Al Stone <ahs3@xxxxxxxxx>
---
 xen/arch/ia64/xen/flushd.S |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff -r 741fd616f5dc -r 6fec75ff8acf xen/arch/ia64/xen/flushd.S
--- a/xen/arch/ia64/xen/flushd.S        Mon Aug 14 13:42:00 2006 -0600
+++ b/xen/arch/ia64/xen/flushd.S        Mon Aug 14 13:43:31 2006 -0600
@@ -16,8 +16,9 @@
         *
         *      Flush cache.
         *
-        *      Must deal with range from start to end-1 but nothing else (need 
to
-        *      be careful not to touch addresses that may be unmapped).
+        *      Must deal with range from start to end-1 but nothing else 
+        *      (need to be careful not to touch addresses that may be 
+        *      unmapped).
         *
         *      Note: "in0" and "in1" are preserved for debugging purposes.
         */
@@ -37,7 +38,8 @@ GLOBAL_ENTRY(flush_dcache_range)
        ;;
        sub     r8=r22,r23              // number of strides - 1
        shl     r24=r23,r20             // r24: addresses for "fc" =
-                                       //      "start" rounded down to stride 
boundary
+                                       //      "start" rounded down to stride 
+                                       //      boundary
        .save   ar.lc,r3
        mov     r3=ar.lc                // save ar.lc
        ;;
@@ -49,7 +51,8 @@ GLOBAL_ENTRY(flush_dcache_range)
         * 32 byte aligned loop, even number of (actually 2) bundles
         */
 .Loop: fc      r24                     // issuable on M0 only
-       add     r24=r21,r24             // we flush "stride size" bytes per 
iteration
+       add     r24=r21,r24             // we flush "stride size" bytes per
+                                       //   iteration
        nop.i   0
        br.cloop.sptk.few .Loop
        ;;

_______________________________________________
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] 80-column reformatting for flushd.S, Xen patchbot-unstable <=