summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2002-07-24 18:54:01 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-07-24 18:54:01 -0700
commitf4f650230a65575103c6874796aa2312d8cfef94 (patch)
treeefaeccf691eb78e817814c4b94c449985793910f /fs/proc/array.c
parent866b413df71523a4c08c2d84b33ed6001c645eb3 (diff)
[PATCH] Missing memory barrier in pte_chain_unlock
On a ppc64 machine running 2.5.28 we were hitting this BUG in __free_pages_ok: BUG_ON(page->pte.chain != NULL); In pte_chain_lock we use test_and_set_bit which implies a memory barrier. In pte_chain_unlock we use clear_bit which has no memory barriers so we need to add one.
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions