commit | 2128df143d840a20e12818290eb6e40b95cc4ac0 | [log] [tgz] |
---|---|---|
author | Behan Webster <behanw@converseincode.com> | Wed Aug 27 05:29:32 2014 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Sep 08 14:39:19 2014 +0100 |
tree | a77a57b12cb6ead88811e9125621c34114945a4d | |
parent | 786248705ecf5290f26534e8eef62ba6dd63b806 [diff] |
arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c 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 <behanw@converseincode.com> Signed-off-by: Mark Charlebois <charlebm@gmail.com> Reviewed-by: Olof Johansson <olof@lixom.net> Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>