summaryrefslogtreecommitdiffstats
path: root/arch/mips/baget/baget.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/baget/baget.c')
-rw-r--r--arch/mips/baget/baget.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/mips/baget/baget.c b/arch/mips/baget/baget.c
index af61bd171..ef03dca06 100644
--- a/arch/mips/baget/baget.c
+++ b/arch/mips/baget/baget.c
@@ -1,4 +1,4 @@
-/* $Id$
+/* $Id: baget.c,v 1.1 1999/01/17 03:49:37 ralf Exp $
*
* baget.c: Baget low level stuff
*
@@ -13,16 +13,10 @@
#include <asm/bootinfo.h>
#include <asm/mipsregs.h>
#include <asm/pgtable.h>
+#include <asm/pgalloc.h>
#include <asm/baget/baget.h>
-/*
- * Following values are set by BALO into RAM disk buffer parameters
- */
-unsigned long balo_ramdisk_base = 0xBA; /* Signature for BALO ! */
-unsigned long balo_ramdisk_size = 0;
-
-
/*
* Following code is based on routines from 'mm/vmalloc.c'
* Additional parameters ioaddr is needed to iterate across real I/O address.