dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/sparc/mm
Hugh Dickins b462705ac6 [PATCH] mm: arches skip ptlock
Convert those few architectures which are calling pud_alloc, pmd_alloc,
pte_alloc_map on a user mm, not to take the page_table_lock first, nor drop it
after.  Each of these can continue to use pte_alloc_map, no need to change
over to pte_alloc_map_lock, they're neither racy nor swappable.

In the sparc64 io_remap_pfn_range, flush_tlb_range then falls outside of the
page_table_lock: that's okay, on sparc64 it's like flush_tlb_mm, and that has
always been called from outside of page_table_lock in dup_mmap.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-29 21:40:40 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
btfixup.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
extable.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fault.c [SPARC]: remove use of asm/segment.h 2005-08-29 12:45:44 -07:00
generic.c [PATCH] mm: arches skip ptlock 2005-10-29 21:40:40 -07:00
highmem.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hypersparc.S kbuild: arm26,sparc use generic asm-offset support 2005-09-09 20:35:55 +02:00
init.c [SPARC]: remove use of asm/segment.h 2005-08-29 12:45:44 -07:00
io-unit.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iommu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
loadmmu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nosrmmu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nosun4c.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
srmmu.c [SPARC]: "extern inline" doesn't make much sense. 2005-10-03 17:37:02 -07:00
sun4c.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
swift.S kbuild: arm26,sparc use generic asm-offset support 2005-09-09 20:35:55 +02:00
tsunami.S kbuild: arm26,sparc use generic asm-offset support 2005-09-09 20:35:55 +02:00
viking.S kbuild: arm26,sparc use generic asm-offset support 2005-09-09 20:35:55 +02:00