]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/include/asm/global_data.h
MIPS: Probe cache line sizes once during boot
[u-boot] / arch / mips / include / asm / global_data.h
index 2d9a0c9e75dd65f1cec3dfc39261f34f71933912..8533b691b656ebd7c39f7804ed9af119572ca1cd 100644 (file)
 
 /* Architecture-specific global data */
 struct arch_global_data {
-#ifdef CONFIG_JZSOC
-       /* There are other clocks in the jz4740 */
-       unsigned long per_clk;  /* Peripheral bus clock */
-       unsigned long dev_clk;  /* Device clock */
-       unsigned long sys_clk;
-       unsigned long tbl;
-       unsigned long lastinc;
+#ifdef CONFIG_DYNAMIC_IO_PORT_BASE
+       unsigned long io_port_base;
+#endif
+#ifdef CONFIG_ARCH_ATH79
+       unsigned long id;
+       unsigned long soc;
+       unsigned long rev;
+       unsigned long ver;
+#endif
+#ifdef CONFIG_SYS_CACHE_SIZE_AUTO
+       unsigned short l1i_line_size;
+       unsigned short l1d_line_size;
 #endif
 };