[PATCH 0/2] UAPI: Extra preparatory patches

From: David Howells
Date: Wed Oct 03 2012 - 19:10:37 EST



Hi Linus,

I have here a couple of extra preparatory patches for you that I discovered
were necessary today:

(1) Remove reinclusion guards from certain asm/unistd.h files that were
overriding the guard if __SYSCALL was defined, eg:

#if defined(__ASM_UNISTD_H) || defined(__SYSCALL)

The macro __SYSCALL is defined within and not then undef'd, thus
rendering the guard ineffective.

Clearly these guards are unnecessary, so drop them entirely for the
moment. We may want to add them back later, but it makes my scripts much
easier to handle by virtue of simplifying the logic.

(2) Break apart some cpp conditionals that got added with the arm64 arch that
are of the form:

defined(__KERNEL__) && defined(X)

Splitting these into two separate nested conditionals makes scripting
easier.

David
---
David Howells (2):
UAPI: Split compound conditionals containing __KERNEL__ in Arm64
UAPI: Fix the guards on various asm/unistd.h files


arch/arm64/include/asm/hwcap.h | 4 +++-
arch/arm64/include/asm/stat.h | 4 +++-
arch/arm64/include/asm/unistd.h | 8 +++-----
arch/arm64/include/asm/unistd32.h | 4 ----
arch/c6x/include/asm/unistd.h | 4 ----
arch/hexagon/include/asm/unistd.h | 5 -----
arch/openrisc/include/asm/unistd.h | 5 -----
arch/score/include/asm/unistd.h | 5 -----
arch/tile/include/asm/unistd.h | 5 -----
arch/unicore32/include/asm/unistd.h | 4 ----
include/asm-generic/unistd.h | 4 ----
11 files changed, 9 insertions(+), 43 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/