vserver 1.9.5.x5
[linux-2.6.git] / include / asm-arm / mach / arch.h
index d751faf..993467c 100644 (file)
@@ -8,16 +8,11 @@
  * published by the Free Software Foundation.
  */
 
-/*
- * The size of struct machine_desc
- *   (for assembler code)
- */
-#define SIZEOF_MACHINE_DESC    52
-
 #ifndef __ASSEMBLY__
 
 struct tag;
 struct meminfo;
+struct sys_timer;
 
 struct machine_desc {
        /*
@@ -45,6 +40,7 @@ struct machine_desc {
                                         struct meminfo *);
        void                    (*map_io)(void);/* IO mapping function  */
        void                    (*init_irq)(void);
+       struct sys_timer        *timer;         /* system tick timer    */
        void                    (*init_machine)(void);
 };