Re: [PATCH 3/4] arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer

2014-07-31 Thread Behan Webster
On 07/30/14 22:31, Andreas Färber wrote: Hi, Am 31.07.2014 01:57, schrieb beh...@converseincode.com: 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:

Re: [PATCH 3/4] arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer

2014-07-31 Thread Behan Webster
On 07/30/14 22:31, Andreas Färber wrote: Hi, Am 31.07.2014 01:57, schrieb beh...@converseincode.com: 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

Re: [PATCH 3/4] arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer

2014-07-30 Thread Andreas Färber
Hi, Am 31.07.2014 01:57, schrieb beh...@converseincode.com: > 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 > Signed-off-by:

[PATCH 3/4] arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer

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 Signed-off-by: Mark Charlebois Reviewed-by: Jan-Simon M??ller ---

[PATCH 3/4] arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer

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 Signed-off-by: Mark Charlebois

Re: [PATCH 3/4] arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer

2014-07-30 Thread Andreas Färber
Hi, Am 31.07.2014 01:57, schrieb beh...@converseincode.com: 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