]> git.neil.brown.name Git - history.git/commit
[SPARC32]: Copy full soft PMD in vmalloc fault handler.
authorKeith M. Wesolowski <wesolows@foobazco.org>
Mon, 2 Feb 2004 02:18:07 +0000 (18:18 -0800)
committerKeith M. Wesolowski <wesolows@foobazco.org>
Mon, 2 Feb 2004 02:18:07 +0000 (18:18 -0800)
commit213a803be0aa67a89d3931ea468f77205e4b5b30
treeece63657c480e6c243f17d9ce20fd3262c601a52
parentb237989c9ecf851bb98f1e563817024b7690f4be
[SPARC32]: Copy full soft PMD in vmalloc fault handler.

sparc_do_fault assumes that pmd_val(*pmd) = pmd_val(*pmd_k) will
duplicate a PMD entry.  With large soft-PMDs this doesn't work.
arch/sparc/mm/fault.c