On Sun, Sep 7, 2014 at 12:30 AM, Catalin Marinas
<catalin.marinas@xxxxxxx> wrote:
On 7 Sep 2014, at 03:30, Mark Charlebois <charlebm@xxxxxxxxx> wrote:[reposting in plain text]
On Sat, Sep 6, 2014 at 7:16 AM, Arnd Bergmann <arnd@xxxxxxxx> wrote:What does this document have to do with arm64 (AArch64, A64)? We donât
On Friday 05 September 2014 16:23:14 behanw@xxxxxxxxxxxxxxxxxx wrote:http://infocenter.arm.com/help/topic/com.arm.doc.ihi0043d/IHI0043D_rtabi.pdf
+ * Copyright (C) 2012 Mark CharleboisDoes EABI specify these function names? I would think that they are
+ */
+
+/*
+ * EABI routines
just random libgcc (whatever that is called in clang) functions.
See section 4.3.4 Memory copying, clearing, and setting
need such symbols on arm64. Also, the arm64 kernel links with libgcc (no
immediate need AFAICT but the compiler does not guarantee the intrinsics
would always be generated inline).
This patch was made early in the arm64 kernel support. I just retested
and you are correct, it is no longer needed. My apologies to all.