]> git.ipfire.org Git - people/ms/linux.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)
commit150fbd536f9eb3044c2b048dc13ee648a78afb93
tree5d0d196fdb21617367190fff392681b98505a859
parent9097a058d49e049925d8da72db07fffcee24efa0
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