patch-2.4.22 linux-2.4.22/arch/mips/ddb5074/prom.c
Next file: linux-2.4.22/arch/mips/ddb5074/setup.c
Previous file: linux-2.4.22/arch/mips/ddb5074/pci.c
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
1969-12-31 16:00:00.000000000 -0800
- Orig file:
linux-2.4.21/arch/mips/ddb5074/prom.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/ddb5074/prom.c linux-2.4.22/arch/mips/ddb5074/prom.c
@@ -1,41 +0,0 @@
-/*
- * arch/mips/ddb5074/prom.c -- NEC DDB Vrc-5074 PROM routines
- *
- * Copyright (C) 2000 Geert Uytterhoeven <geert@sonycom.com>
- * Sony Software Development Center Europe (SDCE), Brussels
- */
-#include <linux/init.h>
-#include <linux/mm.h>
-#include <linux/sched.h>
-#include <linux/bootmem.h>
-
-#include <asm/addrspace.h>
-#include <asm/bootinfo.h>
-
-
-char arcs_cmdline[CL_SIZE];
-
-const char *get_system_type(void)
-{
- return "NEC DDB Vrc-5074";
-}
-
-void __init prom_init(const char *s)
-{
- int i = 0;
-
- if (s != (void *) -1)
- while (*s && i < sizeof(arcs_cmdline) - 1)
- arcs_cmdline[i++] = *s++;
- arcs_cmdline[i] = '\0';
-
- mips_machgroup = MACH_GROUP_NEC_DDB;
- mips_machtype = MACH_NEC_DDB5074;
-
- /* 64 MB non-upgradable */
- add_memory_region(0, 64 << 20, BOOT_MEM_RAM);
-}
-
-void __init prom_free_prom_memory(void)
-{
-}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)