lkml.org 
[lkml]   [2012]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] UAPI: Extra preparatory patches
Date

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(-)



\
 
 \ /
  Last update: 2012-10-04 10:01    [W:0.162 / U:0.196 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site