reboot: remove -stable friendly PF_THREAD_BOUND define
authorRobin Holt <[email protected]>
Mon, 8 Jul 2013 23:01:31 +0000 (16:01 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Jul 2013 17:33:29 +0000 (10:33 -0700)
Remove the prior patch's #define for easier backporting to the stable
releases.

Signed-off-by: Robin Holt <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Russ Anderson <[email protected]>
Cc: Robin Holt <[email protected]>
Cc: Russell King <[email protected]>
Cc: Guan Xuetao <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/sys.c

index 071de900c824540abd7e42ee942e2ed89767643b..b882440bd0c0cbec27f240d5c9842197f862d48e 100644 (file)
@@ -362,11 +362,6 @@ int unregister_reboot_notifier(struct notifier_block *nb)
 }
 EXPORT_SYMBOL(unregister_reboot_notifier);
 
-/* Add backwards compatibility for stable trees. */
-#ifndef PF_NO_SETAFFINITY
-#define PF_NO_SETAFFINITY              PF_THREAD_BOUND
-#endif
-
 static void migrate_to_reboot_cpu(void)
 {
        /* The boot cpu is always logical cpu 0 */