]> git.karo-electronics.de Git - mv-sheeva.git/commit
arch/tile: kernel-related cleanups from removing static page size
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 2 May 2011 20:21:12 +0000 (16:21 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 4 May 2011 18:41:13 +0000 (14:41 -0400)
commit5386e735897afd8bcd332caf21a5f68d9e0e81c6
tree4149431c393c4aa5631d20790cdb238e718d5347
parent28d717411badb78df71ecf087a07b93caf418f59
arch/tile: kernel-related cleanups from removing static page size

User space code has been able to discover the static page size
by including a special <hv/pagesize.h> file.  In the current release,
that file is now gone, and <asm/page.h> doesn't rely on it.  The
getpagesize() API is now the only way for userspace to get the page size.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/arch/icache.h
arch/tile/include/asm/page.h
arch/tile/include/hv/hypervisor.h
arch/tile/include/hv/pagesize.h [deleted file]