commit | a4ceab1adbe960c781e9e2f659d7f7840eefd786 | [log] [tgz] |
---|---|---|
author | Behan Webster <behanw@converseincode.com> | Wed Aug 27 05:29:34 2014 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Sep 08 14:39:19 2014 +0100 |
tree | 18201ab3b1987ab9e8b41ee8c66363a83276bfd2 | |
parent | 34ccf8f455f1ae7761810a74308f82daca67ced1 [diff] |
arm64: LLVMLinux: Use global stack pointer in return_address() The global register current_stack_pointer holds the current stack pointer. This change supports being able to compile the kernel with both gcc and clang. Author: Mark Charlebois <charlebm@gmail.com> Signed-off-by: Mark Charlebois <charlebm@gmail.com> Signed-off-by: Behan Webster <behanw@converseincode.com> Signed-off-by: Will Deacon <will.deacon@arm.com>