patch-2.4.20 linux-2.4.20/arch/i386/boot/compressed/misc.c
Next file: linux-2.4.20/arch/i386/config.in
Previous file: linux-2.4.20/arch/i386/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Nov 28 15:53:09 2002
- Orig file:
linux-2.4.19/arch/i386/boot/compressed/misc.c
- Orig date:
Fri Aug 2 17:39:42 2002
diff -urN linux-2.4.19/arch/i386/boot/compressed/misc.c linux-2.4.20/arch/i386/boot/compressed/misc.c
@@ -9,6 +9,8 @@
* High loaded stuff by Hans Lermen & Werner Almesberger, Feb. 1996
*/
+#define STANDALONE
+
#include <linux/linkage.h>
#include <linux/vmalloc.h>
#include <linux/tty.h>
@@ -124,10 +126,6 @@
static int vidport;
static int lines, cols;
-#ifdef CONFIG_MULTIQUAD
-static void * const xquad_portio = NULL;
-#endif
-
#include "../../../../lib/inflate.c"
static void *malloc(int size)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)