ia64: add __NR_old_getpagesize in uapi header file
authorFiroz Khan <firoz.khan@linaro.org>
Tue, 13 Nov 2018 06:57:41 +0000 (12:27 +0530)
committerTony Luck <tony.luck@intel.com>
Tue, 13 Nov 2018 16:55:58 +0000 (08:55 -0800)
commitd272a735ef54bf0fbf62673f160bd3d335d1a510
tree53f95a05681a2de78061f90adfdf74a0dfe64d52
parent651022382c7f8da46cb4872a545ee1da6d097d2a
ia64: add __NR_old_getpagesize in uapi header file

sys_getpagesize entry is present in kernel/entry.S file to
support for old user interface. So we need to add an uapi
entry too.

Add __NR_old_getpagesize in uapi/asm/unistd.h in order to
not break old user space as it is reserved for backwards
compatibility with old __NR_getpagesize.

Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/uapi/asm/unistd.h