]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tile: remove HUGE_VMAP dead code
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 11 Sep 2013 17:57:15 +0000 (13:57 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 13 Sep 2013 15:15:24 +0000 (11:15 -0400)
commit4b12909fd137d9a236e4b5c76e0d4b44c2b7f49f
treeac84a6bd0165b927a7ce6094df3c4df5acb36b10
parent8629470ef89da00bd1b974df17ccbb36b3865798
tile: remove HUGE_VMAP dead code

A config option to allow a variant vmap() using huge pages that was never
upstreamed had some bits of code related to it scattered around the tile
architecture; the config option was removed downstream and this commit
cleans up the scattered evidence of it from the upstream as well.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/asm/page.h
arch/tile/include/asm/pgtable_32.h
arch/tile/include/asm/pgtable_64.h
arch/tile/kernel/setup.c
arch/tile/mm/fault.c
arch/tile/mm/init.c