From mboxrd@z Thu Jan 1 00:00:00 1970 From: holt@sgi.com (Robin Holt) Date: Thu, 6 Jun 2013 06:47:16 -0500 Subject: [PATCH -v11 resend 03/11] Remove -stable friendly PF_THREAD_BOUND define In-Reply-To: <1370519244-49918-1-git-send-email-holt@sgi.com> References: <1370519244-49918-1-git-send-email-holt@sgi.com> Message-ID: <1370519244-49918-4-git-send-email-holt@sgi.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Remove the prior patch's #define for easier backporting to the stable releases. Signed-off-by: Robin Holt To: Andrew Morton Cc: H. Peter Anvin Cc: Russ Anderson Cc: Robin Holt Cc: Russell King Cc: Guan Xuetao Cc: Linux Kernel Mailing List Cc: the arch/x86 maintainers Cc: Arm Mailing List --- kernel/sys.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kernel/sys.c b/kernel/sys.c index 2bbd9a7..17bb8d3 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 */ -- 1.8.2.1