summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/machdep.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-04 07:40:19 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-04 07:40:19 +0000
commit33263fc5f9ac8e8cb2b22d06af3ce5ac1dd815e4 (patch)
tree2d1b86a40bef0958a68cf1a2eafbeb0667a70543 /include/asm-ppc/machdep.h
parent216f5f51aa02f8b113aa620ebc14a9631a217a00 (diff)
Merge with Linux 2.3.32.
Diffstat (limited to 'include/asm-ppc/machdep.h')
-rw-r--r--include/asm-ppc/machdep.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-ppc/machdep.h b/include/asm-ppc/machdep.h
index 40e5ea046..eaf91b288 100644
--- a/include/asm-ppc/machdep.h
+++ b/include/asm-ppc/machdep.h
@@ -83,23 +83,6 @@ extern char cmd_line[512];
extern void setup_pci_ptrs(void);
-#define BOOT_INFO_VER 0x1
-#define BOOT_INFO_MAGIC 0x05027800
-
-struct boot_info
-{
- unsigned long magic_start;
- char cmd_line[256];
- char boot_loader[128];
- int _machine_type;
- unsigned long initrd_start, initrd_size;
- unsigned long systemmap_start, systemmap_size;
- unsigned long prom_entry;
- char reserved[3680]; /* pad to 1 page */
- unsigned long magic_end;
-};
-struct boot_info *binfo;
-
/*
* Power macintoshes have either a CUDA or a PMU controlling
* system reset, power, NVRAM, RTC.