powerpc: Guard htab_dt_scan_hugepage_blocks appropriately
authorTony Breeds <tony@bakeyournoodle.com>
Thu, 31 Jul 2008 03:51:42 +0000 (13:51 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Aug 2008 06:34:57 +0000 (16:34 +1000)
commite16a9c0990a18ee2f2874363392fdfedcf9ded58
tree8121cdd53351b9eaf87a7f4a99cac9c0b6330b8c
parent5df72bf3f7345a84f5ef274bf72a4546caf3ad02
powerpc: Guard htab_dt_scan_hugepage_blocks appropriately

htab_dt_scan_hugepage_blocks is only used when CONFIG_HUGETLB_PAGE is
defined, so guard the declaration likewise.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/hash_utils_64.c