commit | 25d21ad6e799cccd097b9df2a2fefe19a7e1dfcf | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 23 23:15:47 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:25:09 2009 +1000 |
tree | cd381527a069fed6cffa8755cac177639cc48b0b | |
parent | a8f7758c1c52a13e031266483efd5525157e43e9 [diff] |
powerpc: Add TLB management code for 64-bit Book3E This adds the TLB miss handler assembly, the low level TLB flush routines along with the necessary hook for dealing with our virtual page tables or indirect TLB entries that need to be flushes when PTE pages are freed. There is currently no support for hugetlbfs Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>