aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Holt <[email protected]>2013-07-08 16:01:31 -0700
committerLinus Torvalds <[email protected]>2013-07-09 10:33:29 -0700
commit0efbee70890c992f31a7b294ac654ff6c62d51c5 (patch)
tree474b8eefd1327abfd1e8542e8e4dd27a98a52d7a
parentf8f066033b015a744065f6c7ed83741b4760376b (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]>
-rw-r--r--kernel/sys.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/sys.c b/kernel/sys.c
index 071de900c824..b882440bd0c0 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -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 */