aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/tlbflush.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-11-06[PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt1-4/+5
Adds a new CONFIG_PPC_64K_PAGES which, when enabled, changes the kernel base page size to 64K. The resulting kernel still boots on any hardware. On current machines with 4K pages support only, the kernel will maintain 16 "subpages" for each 64K page transparently. Note that while real 64K capable HW has been tested, the current patch will not enable it yet as such hardware is not released yet, and I'm still verifying with the firmware architects the proper to get the information from the newer hypervisors. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-04powerpc: merge tlbflush.hStephen Rothwell1-0/+146
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>