]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/include/asm/global_data.h
avr32: Move cpu_hz to arch_global_data
[karo-tx-uboot.git] / arch / avr32 / include / asm / global_data.h
index 3be8628784c7f94af3cdaf1de670fa468043c4de..aeb6605cb7296ee32395ec21440799c07f528f76 100644 (file)
@@ -25,6 +25,7 @@
 /* Architecture-specific global data */
 struct arch_global_data {
        unsigned long stack_end;        /* highest stack address */
+       unsigned long cpu_hz;           /* cpu core clock frequency */
 };
 
 /*
@@ -46,7 +47,6 @@ typedef       struct  global_data {
        unsigned long   reloc_off;      /* Relocation Offset */
        unsigned long   env_addr;       /* Address of env struct */
        unsigned long   env_valid;      /* Checksum of env valid? */
-       unsigned long   cpu_hz;         /* cpu core clock frequency */
 #if defined(CONFIG_LCD)
        void            *fb_base;       /* framebuffer address */
 #endif