From d6dcc5ddf19d7cd69d0d31a8476a187a584a05ba Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Thu, 29 May 2008 09:31:50 +0200 Subject: [PATCH] --- yaml --- r: 99562 b: refs/heads/master c: 0261ac5f2f43a1906cfacfb19d62ed643d162cbe h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/xen/hvc-console.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 38e752f2dcb9..a144b60204ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b20aeccd6ad42ccb6be1b3d1d32618ddd2b31bf0 +refs/heads/master: 0261ac5f2f43a1906cfacfb19d62ed643d162cbe diff --git a/trunk/include/xen/hvc-console.h b/trunk/include/xen/hvc-console.h index fd5483a059bb..98b79bc404dd 100644 --- a/trunk/include/xen/hvc-console.h +++ b/trunk/include/xen/hvc-console.h @@ -3,7 +3,11 @@ extern struct console xenboot_console; +#ifdef CONFIG_HVC_XEN void xen_console_resume(void); +#else +static inline void xen_console_resume(void) { } +#endif void xen_raw_console_write(const char *str); void xen_raw_printk(const char *fmt, ...);