[PATCH 4/4] arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c

2014-07-30 Thread behanw
From: Behan Webster Use the global current_stack_pointer to get the value of the stack pointer. This change supports being able to compile the kernel with both gcc and clang. Signed-off-by: Behan Webster --- arch/arm64/kernel/traps.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH 4/4] arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c

2014-07-30 Thread behanw
From: Behan Webster beh...@converseincode.com Use the global current_stack_pointer to get the value of the stack pointer. This change supports being able to compile the kernel with both gcc and clang. Signed-off-by: Behan Webster beh...@converseincode.com --- arch/arm64/kernel/traps.c | 3 +--