[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit only
[deliverable/linux.git] / mm / page-writeback.c
index 8ac6bfb400736c4ae92f33bcd6524b529f6f3459..4ec7026c7bab14e1f4a9e512742e318a6630607f 100644 (file)
@@ -516,7 +516,7 @@ static void set_ratelimit(void)
                ratelimit_pages = (4096 * 1024) / PAGE_CACHE_SIZE;
 }
 
-static int
+static int __cpuinit
 ratelimit_handler(struct notifier_block *self, unsigned long u, void *v)
 {
        set_ratelimit();
This page took 0.023225 seconds and 5 git commands to generate.