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] [linux-2.6.18-xen] Fix section type conflict in hrtimer.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] Fix section type conflict in hrtimer.c
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 03 Mar 2008 07:30:54 -0800
Delivery-date: Mon, 03 Mar 2008 07:34:02 -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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1204542128 0
# Node ID 8c6d994a3f792cda9c4f61b2c631ddc20ac9c8f0
# Parent  2233e5a04c908a22d492584eabf8bd6ee1fd1f65
Fix section type conflict in hrtimer.c

Backport from git d316c57ff6bfad9557462b9100f25c6260d2b774

Signed-off-by: Aron Griffis <aron@xxxxxx>
---
 kernel/hrtimer.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 2233e5a04c90 -r 8c6d994a3f79 kernel/hrtimer.c
--- a/kernel/hrtimer.c  Mon Mar 03 11:01:56 2008 +0000
+++ b/kernel/hrtimer.c  Mon Mar 03 11:02:08 2008 +0000
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] Fix section type conflict in hrtimer.c, Xen patchbot-linux-2.6.18-xen <=