mm: move page-types.c from Documentation to tools/vm
authorDave Young <dyoung@redhat.com>
Wed, 28 Mar 2012 21:42:55 +0000 (14:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 Mar 2012 00:14:37 +0000 (17:14 -0700)
commitc6dd897f3bfc54a44942d742d6dfa842e33d88e0
tree4da10b4ce42b5f3b93b90578e962a1bddbfb13f1
parentcab6b0560080c6da5107c5d7dbba6372f7b288ab
mm: move page-types.c from Documentation to tools/vm

tools/ is the better place for vm tools which are used by many people.
Moving them to tools also make them open to more users instead of hide in
Documentation folder.

This patch moves page-types.c to tools/vm/page-types.c.  Also add a
Makefile in tools/vm and fix two coding style problems: a) change const
arrary to 'const char * const', b) change a space to tab for indent.

Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Wu Fengguang <fengguang.wu@intel.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/vm/Makefile
Documentation/vm/page-types.c [deleted file]
tools/vm/Makefile [new file with mode: 0644]
tools/vm/page-types.c [new file with mode: 0644]