]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
authorThierry Fauck <thierry@linux.vnet.ibm.com>
Fri, 8 Aug 2014 21:22:46 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Aug 2014 22:57:25 +0000 (15:57 -0700)
commit8b6aaf65d3b001ec9b5dcba0992b3b68cbf6057f
treedb43d5265c4437707abc2e831eb2dbb6ce9d8f7e
parent89b3ac63013e64621369f619fe732b629879c671
tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition

On IBM powerpc where multiple page size value are supported, current
ppc64 and ppc64el distro don't define the PAGE_SIZE variable in
/usr/include as this is a dynamic value retrieved by the getpagesize()
or sysconf() defined in unistd.h.  The PAGE_SIZE variable sounds defined
when only one value is supported by the kernel.

As such, when the PAGE_SIZE definition doesn't exist system should
retrieve the dynamic value.

Signed-off-by: Thierry Fauck <thierry@linux.vnet.ibm.com>
Cc: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/testing/selftests/ptrace/peeksiginfo.c