projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f0660
)
reboot: remove -stable friendly PF_THREAD_BOUND define
author
Robin Holt
<
[email protected]
>
Mon, 8 Jul 2013 23:01:31 +0000
(16:01 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/kernel/sys.c
b/kernel/sys.c
index 071de900c824540abd7e42ee942e2ed89767643b..b882440bd0c0cbec27f240d5c9842197f862d48e 100644
(file)
--- 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 */