diff options
author | David S. Miller <davem@davemloft.net> | 2017-02-07 16:29:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-07 16:29:30 -0500 |
commit | 3efa70d78f218e4c9276b0bac0545e5184c1c47b (patch) | |
tree | f4abe2f05e173023d2a262afd4aebb1e89fe6985 /arch/powerpc/kernel/process.c | |
parent | 76e0e70e6452b971a69cc9794ff4a6715c11f7f2 (diff) | |
parent | 926af6273fc683cd98cd0ce7bf0d04a02eed6742 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The conflict was an interaction between a bug fix in the
netvsc driver in 'net' and an optimization of the RX path
in 'net-next'.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/powerpc/kernel/process.c')
-rw-r--r-- | arch/powerpc/kernel/process.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c index 04885cec24df..5dd056df0baa 100644 --- a/arch/powerpc/kernel/process.c +++ b/arch/powerpc/kernel/process.c | |||
@@ -64,12 +64,6 @@ | |||
64 | #include <linux/kprobes.h> | 64 | #include <linux/kprobes.h> |
65 | #include <linux/kdebug.h> | 65 | #include <linux/kdebug.h> |
66 | 66 | ||
67 | #ifdef CONFIG_CC_STACKPROTECTOR | ||
68 | #include <linux/stackprotector.h> | ||
69 | unsigned long __stack_chk_guard __read_mostly; | ||
70 | EXPORT_SYMBOL(__stack_chk_guard); | ||
71 | #endif | ||
72 | |||
73 | /* Transactional Memory debug */ | 67 | /* Transactional Memory debug */ |
74 | #ifdef TM_DEBUG_SW | 68 | #ifdef TM_DEBUG_SW |
75 | #define TM_DEBUG(x...) printk(KERN_INFO x) | 69 | #define TM_DEBUG(x...) printk(KERN_INFO x) |