Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88682
b: refs/heads/master
c: c9cf39a
h: refs/heads/master
v: v3
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent a70bf07 commit ffb6b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e941f27a7a0f4ecac9ba8237b8a329bab4bd622f
refs/heads/master: c9cf39ae64a6c86872e580f921afec64ab9770f8
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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, ...)
{
Expand Down

0 comments on commit ffb6b04

Please sign in to comment.