timers: Switch to a non-cascading wheel
[cascardo/linux.git] / include / linux / timer.h
index 989f33d..5869ab9 100644 (file)
@@ -64,6 +64,8 @@ struct timer_list {
 #define TIMER_DEFERRABLE       0x00080000
 #define TIMER_PINNED           0x00100000
 #define TIMER_IRQSAFE          0x00200000
+#define TIMER_ARRAYSHIFT       22
+#define TIMER_ARRAYMASK                0xFFC00000
 
 #define __TIMER_INITIALIZER(_function, _expires, _data, _flags) { \
                .entry = { .next = TIMER_ENTRY_STATIC },        \