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