diff options
author | Andrea Arcangeli <aarcange@redhat.com> | 2011-01-14 00:46:40 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-14 02:32:40 +0100 |
commit | 5f6e8da70a289d403975907371ce5738c726ad3f (patch) | |
tree | c44705a17d4133a8d4a8d02dae9bb5487c3bc2a6 /ipc | |
parent | thp: CONFIG_TRANSPARENT_HUGEPAGE (diff) | |
download | linux-5f6e8da70a289d403975907371ce5738c726ad3f.tar.xz linux-5f6e8da70a289d403975907371ce5738c726ad3f.zip |
thp: special pmd_trans_* functions
These returns 0 at compile time when the config option is disabled, to
allow gcc to eliminate the transparent hugepage function calls at compile
time without additional #ifdefs (only the export of those functions have
to be visible to gcc but they won't be required at link time and
huge_memory.o can be not built at all).
_PAGE_BIT_UNUSED1 is never used for pmd, only on pte.
Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions