]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa/mm: remove WANT_PAGE_VIRTUAL
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wed, 25 May 2011 00:11:15 +0000 (17:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2011 15:39:02 +0000 (08:39 -0700)
commit74b0891d05267ff66aa792df0ccd3e1f4fb8a23e
treeb11f630e27b3e78654ddb57dc17ac03ebbdfcc66
parentebb6347439cac31528a9130d6d7d89f08dc9fbf0
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 <sebastian@breakpoint.cc>
Cc: Chris Zankel <chris@zankel.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/xtensa/include/asm/page.h