X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fcpu.h;h=44a11f1ccaf2d9f543c4dea5b2d602d82d3aab41;hb=e2c2770096b686b4d2456173f53cb50e01aa635c;hp=a3caf6866bae588885c43618d9965a6285f0913c;hpb=1add6781c85d7e2ee512315113a16193b3e3937d;p=mv-sheeva.git diff --git a/include/linux/cpu.h b/include/linux/cpu.h index a3caf6866ba..44a11f1ccaf 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -87,9 +87,9 @@ int cpu_down(unsigned int cpu); #define lock_cpu_hotplug() do { } while (0) #define unlock_cpu_hotplug() do { } while (0) #define lock_cpu_hotplug_interruptible() 0 -#define hotcpu_notifier(fn, pri) -#define register_hotcpu_notifier(nb) -#define unregister_hotcpu_notifier(nb) +#define hotcpu_notifier(fn, pri) do { } while (0) +#define register_hotcpu_notifier(nb) do { } while (0) +#define unregister_hotcpu_notifier(nb) do { } while (0) /* CPUs don't go offline once they're online w/o CONFIG_HOTPLUG_CPU */ static inline int cpu_is_offline(int cpu) { return 0; }