]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SPARC64] mm: don't re-evaluate *ptep
authorHugh Dickins <hugh@veritas.com>
Mon, 7 Nov 2005 22:08:46 +0000 (14:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2005 22:08:46 +0000 (14:08 -0800)
commitb8ae48656db860d4c83a29aa7b0588fc89361935
treedbeee0739669c6e77799b5c3a88fa27326647e20
parent5a820fa7e1a34f12fec4e6766e5c335ae9427028
[SPARC64] mm: don't re-evaluate *ptep

sparc64 prom_callback and new_setup_frame32 each operates on a user page
table without holding lock, and no doubt they've good reason.  But I'd
feel more confident if they were to do a "pte = *ptep" and then operate
on pte, rather than re-evaluating *ptep.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/setup.c
arch/sparc64/kernel/signal32.c