On Wed, Jul 30, 2014 at 4:57 PM,  <beh...@converseincode.com> wrote:
> From: Behan Webster <beh...@converseincode.com>
>
> This patch set moves from using locally defined named registers to access the
> stack pointer to using a globally defined named register. This allows the code
> to work both with gcc and clang.
>
> The LLVMLinux project aims to fully build the Linux kernel using both gcc and
> clang (the C front end for the LLVM compiler infrastructure project).
>
> Behan Webster (4):
>   arm64: LLVMLinux: Add current_stack_pointer() for arm64
>   arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk
>   arm64: LLVMLinux: Calculate current_thread_info from
>     current_stack_pointer
>   arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c

Series:

Reviewed-by: Olof Johansson <o...@lixom.net>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to