]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/global_data.h
arm: Move tbu to arch_global_data
[karo-tx-uboot.git] / arch / arm / include / asm / global_data.h
index eb8c69ab81f468de26df53eb0a2797527c9fe76c..47fa4c048a34aea01621cdaab29d2fb91eb8e902 100644 (file)
@@ -37,6 +37,7 @@ struct arch_global_data {
 #endif
        /* "static data" needed by most of timer.c on ARM platforms */
        unsigned long timer_rate_hz;
+       unsigned long tbu;
 };
 
 /*
@@ -64,7 +65,6 @@ typedef       struct  global_data {
 #ifdef CONFIG_ARM
        /* "static data" needed by most of timer.c on ARM platforms */
        unsigned long   tbl;
-       unsigned long   tbu;
        unsigned long long      timer_reset_value;
        unsigned long   lastinc;
 #endif