diff options
author | 2020-04-14 22:40:10 +0100 | |
---|---|---|
committer | 2020-05-13 15:32:00 -0700 | |
commit | 3f407976ac2953116cb8880a7a18b63bcc81829d (patch) | |
tree | a6c8c04671658ba8deb6a6775cec51d25f02622a /arch/sparc/kernel/sys_sparc32.c | |
parent | sparc32: mm: Restructure sparc32 MMU page-table layout (diff) | |
download | linux-dev-3f407976ac2953116cb8880a7a18b63bcc81829d.tar.xz linux-dev-3f407976ac2953116cb8880a7a18b63bcc81829d.zip |
sparc32: mm: Change pgtable_t type to pte_t * instead of struct page *
Change the 'pgtable_t' type for sparc32 so that it represents the uncached
virtual address of the PTE table, rather than the underlying 'struct page'.
This allows us to free page table allocations smaller than a page.
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/sys_sparc32.c')
0 files changed, 0 insertions, 0 deletions