summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/page.h
diff options
context:
space:
mode:
authorArjun Roy <arjunroy@google.com>2020-04-10 14:32:54 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-04-10 15:36:21 -0700
commit251a0ffeaeee2a900765d98d44880943dce1047d (patch)
tree4f47fbc173ea0996ba66842cc3efe979f97f40b0 /arch/h8300/include/asm/page.h
parent8efd6f5b1732c4ac88b4bb6908d481d95804fa1c (diff)
downloadlinux-251a0ffeaeee2a900765d98d44880943dce1047d.tar.gz
linux-251a0ffeaeee2a900765d98d44880943dce1047d.tar.bz2
linux-251a0ffeaeee2a900765d98d44880943dce1047d.zip
mm: bring sparc pte_index() semantics inline with other platforms
pte_index() on platforms other than sparc return a numerical index. On sparc, it returns a pte_t*. This presents an issue for vm_insert_pages(), which relies on pte_index() to find the offset for a pte within a pmd, for batched inserts. This patch: 1. Modifies pte_index() for sparc to return a numerical index, like other platforms, 2. Defines pte_entry() for sparc which returns a pte_t* (as pte_index() used to), 3. Converts existing sparc callers for pte_index() to use pte_entry(). [sfr@canb.auug.org.au: remove pte_entry and just directly modified pte_offset_kernel instead] Signed-off-by: Arjun Roy <arjunroy@google.com> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Mike Rapoport <rppt@linux.ibm.com> Cc: Eric Dumazet <edumazet@google.com> Cc: Soheil Hassas Yeganeh <soheil@google.com> Cc: David Miller <davem@davemloft.net> Cc: Matthew Wilcox <willy@infradead.org> Cc: Arjun Roy <arjunroy.kdev@gmail.com> Cc: Jason Gunthorpe <jgg@ziepe.ca> Link: http://lkml.kernel.org/r/20200227105045.6b421d9f@canb.auug.org.au Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/include/asm/page.h')
0 files changed, 0 insertions, 0 deletions