From 95bec1bc1a99c46751b8df9f70a5e35101868c53 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 7 Dec 2006 02:14:13 +0100 Subject: [PATCH] --- yaml --- r: 43132 b: refs/heads/master c: d5d2448d896fbb9a427ee12eb8e5f6309f2473f7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/boot/compressed/misc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b1c2ae9dd24e..c20052158db7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ee4016888f1b226d7bb9a10ddb782868f658b31 +refs/heads/master: d5d2448d896fbb9a427ee12eb8e5f6309f2473f7 diff --git a/trunk/arch/i386/boot/compressed/misc.c b/trunk/arch/i386/boot/compressed/misc.c index c6798c75c67d..1ce7017fd627 100644 --- a/trunk/arch/i386/boot/compressed/misc.c +++ b/trunk/arch/i386/boot/compressed/misc.c @@ -196,7 +196,7 @@ static int vidport; static int lines, cols; #ifdef CONFIG_X86_NUMAQ -static void * xquad_portio = NULL; +void *xquad_portio; #endif #include "../../../../lib/inflate.c"