]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: move __IGNORE* entries to non uapi header
authorFiroz Khan <firoz.khan@linaro.org>
Tue, 13 Nov 2018 09:31:49 +0000 (15:01 +0530)
committerMatt Turner <mattst88@gmail.com>
Fri, 21 Dec 2018 16:57:56 +0000 (11:57 -0500)
commitf9c0a11c0f6d051b057d661040a724b0dddb6fb1
tree5d0d196fdb21617367190fff392681b98505a859
parent94a08d96df69f351ac0d977983ba03f03041f73e
alpha: 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>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/include/asm/unistd.h
arch/alpha/include/uapi/asm/unistd.h