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-devel] [PATCH 1 of 6] Fix section type conflict in hrtimer.c

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 1 of 6] Fix section type conflict in hrtimer.c
From: Aron Griffis <aron@xxxxxx>
Date: Sat, 01 Mar 2008 12:26:02 -0500
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Alex Williamson <alex.williamson@xxxxxx>, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 01 Mar 2008 09:32:51 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1204392361@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
1 file changed, 1 insertion(+), 1 deletion(-)
kernel/hrtimer.c |    2 +-


# HG changeset patch
# User Aron Griffis <aron@xxxxxx>
# Date 1204392186 18000
# Node ID 3bbd64171a6c9cbfa1486e621c2de0cef698d6bb
# Parent  eb906651be99d2e93850f809a70c32bf60881b01
Fix section type conflict in hrtimer.c

Backport from git d316c57ff6bfad9557462b9100f25c6260d2b774

Signed-off-by: Aron Griffis <aron@xxxxxx>

diff -r eb906651be99 -r 3bbd64171a6c kernel/hrtimer.c
--- a/kernel/hrtimer.c  Sat Mar 01 09:19:27 2008 +0000
+++ b/kernel/hrtimer.c  Sat Mar 01 12:23:06 2008 -0500
@@ -59,7 +59,7 @@ static ktime_t ktime_get(void)
  *
  * returns the time in ktime_t format
  */
-static ktime_t ktime_get_real(void)
+ktime_t ktime_get_real(void)
 {
        struct timespec now;
 



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel