]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kbuild: install kernel-page-flags.h
authorUlrich Drepper <drepper@akkadia.org>
Thu, 3 May 2012 05:43:53 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:32 +0000 (15:46 +1000)
commit644f221e47929a877d17f30aba0600230dc34286
tree12f3207d0dbabafa74f145278dee4e7ac5c11583
parent6fd1aa614867f69617f0004e7b9f4969e98f9edd
kbuild: install kernel-page-flags.h

Programs using /proc/kpageflags need to know about the various flags.  The
<linux/kernel-page-flags.h> provides them and the comments in the file
indicate that it is supposed to be used by user-level code.  But the file
is not installed.

Install the headers and mark the unstable flags as out-of-bounds.  The
page-type tool is also adjusted to not duplicate the definitions

Signed-off-by: Ulrich Drepper<drepper@gmail.com>
Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/Kbuild
include/linux/kernel-page-flags.h
tools/vm/page-types.c