]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/clockchips.h
Merge commit 'v2.6.29-rc1' into timers/hrtimers
[karo-tx-linux.git] / include / linux / clockchips.h
index c6de413c5dd147f79f7479d4bd1fc6b28f588d01..3a1dbba4d3ae2da500e710387d130cd8ad5dd4c2 100644 (file)
@@ -83,13 +83,13 @@ struct clock_event_device {
        int                     shift;
        int                     rating;
        int                     irq;
-       cpumask_t               cpumask;
+       const struct cpumask    *cpumask;
        int                     (*set_next_event)(unsigned long evt,
                                                  struct clock_event_device *);
        void                    (*set_mode)(enum clock_event_mode mode,
                                            struct clock_event_device *);
        void                    (*event_handler)(struct clock_event_device *);
-       void                    (*broadcast)(cpumask_t mask);
+       void                    (*broadcast)(const struct cpumask *mask);
        struct list_head        list;
        enum clock_event_mode   mode;
        ktime_t                 next_event;