commit | 0efbee70890c992f31a7b294ac654ff6c62d51c5 | [log] [tgz] |
---|---|---|
author | Robin Holt <[email protected]> | Mon Jul 08 16:01:31 2013 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Jul 09 10:33:29 2013 -0700 |
tree | 474b8eefd1327abfd1e8542e8e4dd27a98a52d7a | |
parent | f8f066033b015a744065f6c7ed83741b4760376b [diff] |
reboot: remove -stable friendly PF_THREAD_BOUND define 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]>
diff --git a/kernel/sys.c b/kernel/sys.c index 071de90..b882440 100644 --- a/kernel/sys.c +++ b/kernel/sys.c
@@ -362,11 +362,6 @@ } 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 */