]> asedeno.scripts.mit.edu Git - linux.git/commit
parisc: move __IGNORE* entries to non uapi header
authorFiroz Khan <firoz.khan@linaro.org>
Sun, 9 Sep 2018 01:34:16 +0000 (07:04 +0530)
committerHelge Deller <deller@gmx.de>
Mon, 10 Dec 2018 07:26:03 +0000 (08:26 +0100)
commitdfddd1a841c67d73dea4a24762c24194cb81808f
treeadde72d1f62e0c8568e64b17a8010bc635722fdb
parentc4bff35ca1bfba886da6223c9fed76a2b1382b8e
parisc: move __IGNORE* entries to non uapi header

All the __IGNORE* entries are resides in the uapi header
file move to non uapi header asm/unistd.h as it is not
used by any user space applications.

It is correct to keep __IGNORE* entry in non uapi header
asm/unistd.h while uapi/asm/unistd.h must hold information
only useful for user space applications.

One of the patch in this patch series will generate uapi
header file. The information which directly used by the
user space application must be present in uapi file.

Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/unistd.h
arch/parisc/include/uapi/asm/unistd.h