Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1055-2.6.25-xen-DEBUG-Add-xprintk-debugging-printk-prototype-to-hvc.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (15 years, 11 months ago) by niro
File size: 1093 byte(s)
-ver bump to 2.6.25-magellan-r1:
- linux-2.6.25.4
- fbcondecor-0.9.4
- squashfs-3.3
- unionfs-2.3.3
- tuxonice-3.0-rc7
- linux-phc-0.3.0
- acpi-dstd-0.9a
- reiser4
- xen-3.2.0
. ipw3945-1.2.2

1 From f2a04165bfe4406a0d1b12db37d133f7ab3cc102 Mon Sep 17 00:00:00 2001
2 From: Stephen Tweedie <sct@redhat.com>
3 Date: Tue, 27 Nov 2007 12:56:49 +0000
4 Subject: [PATCH] DEBUG: Add xprintk debugging-printk prototype to hvc-console.h.
5
6 Signed-off-by: Stephen Tweedie <sct@redhat.com>
7 ---
8 arch/x86/xen/enlighten.c | 1 +
9 include/xen/hvc-console.h | 1 +
10 2 files changed, 2 insertions(+), 0 deletions(-)
11
12 diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
13 index b091b1c..a676a23 100644
14 --- a/arch/x86/xen/enlighten.c
15 +++ b/arch/x86/xen/enlighten.c
16 @@ -33,6 +33,7 @@
17 #include <xen/interface/sched.h>
18 #include <xen/features.h>
19 #include <xen/page.h>
20 +#include <xen/hvc-console.h>
21
22 #include <asm/paravirt.h>
23 #include <asm/page.h>
24 diff --git a/include/xen/hvc-console.h b/include/xen/hvc-console.h
25 index 21c0ecf..cb7a3c9 100644
26 --- a/include/xen/hvc-console.h
27 +++ b/include/xen/hvc-console.h
28 @@ -2,5 +2,6 @@
29 #define XEN_HVC_CONSOLE_H
30
31 extern struct console xenboot_console;
32 +extern asmlinkage int xprintk(const char *fmt, ...);
33
34 #endif /* XEN_HVC_CONSOLE_H */
35 --
36 1.5.4.1
37