From ffb6b04dea8d1efec7e82cda651de27c49abd369 Mon Sep 17 00:00:00 2001 From: Paolo Ciarrocchi Date: Fri, 29 Feb 2008 13:26:56 +0100 Subject: [PATCH] --- yaml --- r: 88682 b: refs/heads/master c: c9cf39ae64a6c86872e580f921afec64ab9770f8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/early_printk.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bf789fc9ca44..1bade2806852 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e941f27a7a0f4ecac9ba8237b8a329bab4bd622f +refs/heads/master: c9cf39ae64a6c86872e580f921afec64ab9770f8 diff --git a/trunk/arch/x86/kernel/early_printk.c b/trunk/arch/x86/kernel/early_printk.c index a8f965dd58df..643fd861b724 100644 --- a/trunk/arch/x86/kernel/early_printk.c +++ b/trunk/arch/x86/kernel/early_printk.c @@ -13,7 +13,7 @@ #define VGABASE (__ISA_IO_base + 0xb8000) static int max_ypos = 25, max_xpos = 80; -static int current_ypos = 25, current_xpos = 0; +static int current_ypos = 25, current_xpos; static void early_vga_write(struct console *con, const char *str, unsigned n) { @@ -194,7 +194,7 @@ static struct console simnow_console = { /* Direct interface for emergencies */ static struct console *early_console = &early_vga_console; -static int early_console_initialized = 0; +static int early_console_initialized; void early_printk(const char *fmt, ...) {