Re: [PATCH v4 4/5] x86: Clean up current_stack_pointer

2014-11-24 Thread Borislav Petkov
On Fri, Nov 21, 2014 at 01:26:10PM -0800, Andy Lutomirski wrote: > There's no good reason for it to be a macro, and x86_64 will want to > use it, so it should be in a header. > > Signed-off-by: Andy Lutomirski Acked-by: Borislav Petkov -- Regards/Gruss, Boris. Sent from a fat crate under

[PATCH v4 4/5] x86: Clean up current_stack_pointer

2014-11-21 Thread Andy Lutomirski
There's no good reason for it to be a macro, and x86_64 will want to use it, so it should be in a header. Signed-off-by: Andy Lutomirski --- arch/x86/include/asm/thread_info.h | 11 +++ arch/x86/kernel/irq_32.c | 13 +++-- 2 files changed, 14 insertions(+), 10 deletions