[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140618101039.GA14680@arm.com>
Date: Wed, 18 Jun 2014 11:10:39 +0100
From: Catalin Marinas <catalin.marinas@....com>
To: Mark Salter <msalter@...hat.com>
Cc: "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arm64: fix build error in sigcontext.h
On Wed, Jun 11, 2014 at 09:14:42PM +0100, Mark Salter wrote:
> I'm seeing this build failure for arm64:
>
> CC [M] Documentation/filesystems/configfs/configfs_example_macros.o
> In file included from /usr/include/bits/sigcontext.h:27:0,
> from /usr/include/signal.h:340,
> from /usr/include/sys/wait.h:30,
> from Documentation/accounting/getdelays.c:24:
> .../linux/usr/include/asm/sigcontext.h:61:2: error: unknown type name ‘u64’
> u64 esr;
> ^
> make[2]: *** [Documentation/accounting/getdelays] Error 1
>
> This was introduced by commit 15af1942dd61ee23:
>
> arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUS
>
> Using __u64 instead of u64 fixes the problem.
>
> Signed-off-by: Mark Salter <msalter@...hat.com>
Applied. Thanks.
--
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists