From: Sebastian Andrzej Siewior Date: Wed, 25 May 2011 00:11:15 +0000 (-0700) Subject: xtensa/mm: remove WANT_PAGE_VIRTUAL X-Git-Tag: v3.0-rc1~299 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=851cc856d73d1185243c149ed0c0839df8a1b2fe;p=pandora-kernel.git xtensa/mm: remove WANT_PAGE_VIRTUAL This is not useful: it provides page->virtual and is used with highmem. xtensa has no support for highmem and those HIGHMEM bits which are found by grep are partly implemented. The interesting functions like kmap() are missing. If someone actually implements the complete HIGHMEM support he could use HASHED_PAGE_VIRTUAL like most others do. Signed-off-by: Sebastian Andrzej Siewior Cc: Chris Zankel Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed