m68knommu: ColdFire add support for kernel preemption (missing chunk)
[deliverable/linux.git] / kernel / stop_machine.c
index dc25b0baaa96944df5a61cc3cfef356f7f0c3bbd..0101aeef7ed79fbd62aba8d1043976a110cf1f6e 100644 (file)
@@ -134,8 +134,7 @@ static void restart_machine(void)
        preempt_enable_no_resched();
 }
 
-struct stop_machine_data
-{
+struct stop_machine_data {
        int (*fn)(void *);
        void *data;
        struct completion done;
This page took 0.023795 seconds and 5 git commands to generate.