]> git.neil.brown.name Git - history.git/commit
Fix threaded user page write memory ordering
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 14 Oct 2004 04:00:06 +0000 (21:00 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 14 Oct 2004 04:00:06 +0000 (21:00 -0700)
commit538ce05c0ef4055cf29a92a4abcdf139d180a0f9
tree93687d3b995290ae48454c7777fc329a03e05ed4
parent8c225dbc5a7b13801a8254aae0ccebab8e4bece7
Fix threaded user page write memory ordering

Make sure we order the writes to a newly created page
with the page table update that potentially exposes the
page to another CPU.

This is a no-op on any architecture where getting the
page table spinlock will already do the ordering (notably
x86), but other architectures can care.
include/linux/highmem.h