scripts/tags.sh: Add Page flag function magic
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 3 Nov 2011 17:09:57 +0000 (10:09 -0700)
committerMichal Marek <mmarek@suse.cz>
Mon, 14 Nov 2011 21:19:25 +0000 (22:19 +0100)
commit358142dd8cbbfa2abb1090aca1b636b98ed75ef5
tree5c0079fdad11007ce51d868bdb5db9f807f38388
parent1ea6b8f48918282bdca0b32a34095504ee65bab5
scripts/tags.sh: Add Page flag function magic

It takes a while to find the macro-magically defined Page*()
functions defined in include/linux/page-flags.h if you're new to
the kernel. Add some magic to the tags script to transform these
macros into the actual functions they are, so that tag jumping in
the mm code is a bit easier.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/tags.sh