patch-2.3.30 linux/include/asm-ppc/machdep.h

Next file: linux/include/asm-ppc/oak.h
Previous file: linux/include/asm-ppc/io.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/include/asm-ppc/machdep.h linux/include/asm-ppc/machdep.h
@@ -83,23 +83,6 @@
 
 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.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)