[PATCH v2] arm64: add guard macros of unistd.h to prevent double inclusion
Will Deacon
will.deacon at arm.com
Thu Sep 11 08:02:12 PDT 2014
On Thu, Sep 11, 2014 at 10:21:18AM +0100, Yang Yingliang wrote:
> From: Yang Yingliang <yangyingliang at huawei.com>
>
> Add guard macros for uapi/asm/unistd.h, asm/unistd.h and
> asm/unistd32.h.
Hmm, so I applied this and now my machine panics when we hit userspace. I
think the issue is that we no longer generate our syscall table in
arch/arm64/kernel/sys.c, because unistd.h is already included via
linux/syscalls.h but without the __SYSCALL definition.
So, a couple of questions:
(1) Is the lack of header guards actually causing you a problem?
(2) How did you test this?
I've dropped the patch.
Will
More information about the linux-arm-kernel
mailing list