]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite1110693db04ccbfd4b0228e7854ddc95696c734
tree5c0079fdad11007ce51d868bdb5db9f807f38388
parentee62ff854712868eaa83b506713bfd0a11c5dead
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