patch-2.4.9 linux/include/asm-arm/mach/arch.h

Next file: linux/include/asm-arm/mach/pci.h
Previous file: linux/include/asm-arm/mach/amba_kmi.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/include/asm-arm/mach/arch.h linux/include/asm-arm/mach/arch.h
@@ -12,15 +12,13 @@
  * The size of struct machine_desc
  *   (for assembler code)
  */
-#define SIZEOF_MACHINE_DESC	56
+#define SIZEOF_MACHINE_DESC	48
 
 #ifndef __ASSEMBLY__
 
 extern void setup_initrd(unsigned int start, unsigned int size);
 extern void setup_ramdisk(int doload, int prompt, int start, unsigned int rd_sz);
 
-struct tagtable;
-
 struct machine_desc {
 	/*
 	 * Note! The first four elements are used
@@ -41,8 +39,6 @@
 	unsigned int		reserve_lp1 :1;	/* never has lp1	*/
 	unsigned int		reserve_lp2 :1;	/* never has lp2	*/
 	unsigned int		soft_reboot :1;	/* soft reboot		*/
-	const struct tagtable *	tagtable;	/* tag table		*/
-	int			tagsize;	/* tag table size	*/
 	void			(*fixup)(struct machine_desc *,
 					 struct param_struct *, char **,
 					 struct meminfo *);

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