Re: [PATCH] arm64: LLVMLinux: Add missing abort() for AARCH64

2014-09-06 Thread Mark Charlebois
On Sat, Sep 6, 2014 at 7:12 AM, Arnd Bergmann wrote: > On Friday 05 September 2014 16:21:42 beh...@converseincode.com wrote: >> From: Mark Charlebois >> >> Add missing abort for arch aarch64. >> >> This patch makes the aarch64 kernel able to compile with gcc or clang. >> >> Signed-off-by: Mark

Re: [PATCH] arm64: LLVMLinux: Add missing abort() for AARCH64

2014-09-06 Thread Arnd Bergmann
On Friday 05 September 2014 16:21:42 beh...@converseincode.com wrote: > From: Mark Charlebois > > Add missing abort for arch aarch64. > > This patch makes the aarch64 kernel able to compile with gcc or clang. > > Signed-off-by: Mark Charlebois > Signed-off-by: Behan Webster You don't

Re: [PATCH] arm64: LLVMLinux: Add missing abort() for AARCH64

2014-09-06 Thread Arnd Bergmann
On Friday 05 September 2014 16:21:42 beh...@converseincode.com wrote: From: Mark Charlebois charl...@gmail.com Add missing abort for arch aarch64. This patch makes the aarch64 kernel able to compile with gcc or clang. Signed-off-by: Mark Charlebois charl...@gmail.com Signed-off-by:

Re: [PATCH] arm64: LLVMLinux: Add missing abort() for AARCH64

2014-09-06 Thread Mark Charlebois
On Sat, Sep 6, 2014 at 7:12 AM, Arnd Bergmann a...@arndb.de wrote: On Friday 05 September 2014 16:21:42 beh...@converseincode.com wrote: From: Mark Charlebois charl...@gmail.com Add missing abort for arch aarch64. This patch makes the aarch64 kernel able to compile with gcc or clang.

[PATCH] arm64: LLVMLinux: Add missing abort() for AARCH64

2014-09-05 Thread behanw
From: Mark Charlebois Add missing abort for arch aarch64. This patch makes the aarch64 kernel able to compile with gcc or clang. Signed-off-by: Mark Charlebois Signed-off-by: Behan Webster --- arch/arm64/kernel/traps.c | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH] arm64: LLVMLinux: Add missing abort() for AARCH64

2014-09-05 Thread behanw
From: Mark Charlebois charl...@gmail.com Add missing abort for arch aarch64. This patch makes the aarch64 kernel able to compile with gcc or clang. Signed-off-by: Mark Charlebois charl...@gmail.com Signed-off-by: Behan Webster beh...@converseincode.com --- arch/arm64/kernel/traps.c | 9