commit | 358142dd8cbbfa2abb1090aca1b636b98ed75ef5 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Nov 03 10:09:57 2011 -0700 |
committer | Michal Marek <mmarek@suse.cz> | Mon Nov 14 22:19:25 2011 +0100 |
tree | 5c0079fdad11007ce51d868bdb5db9f807f38388 | |
parent | 1ea6b8f48918282bdca0b32a34095504ee65bab5 [diff] |
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>