]> git.hungrycats.org Git - linux/commit
[ARM] Fix page table spinlocking
authorRussell King <rmk@flint.arm.linux.org.uk>
Thu, 25 Sep 2003 23:40:06 +0000 (00:40 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Thu, 25 Sep 2003 23:40:06 +0000 (00:40 +0100)
commit011928c72ffc642bf0e50779efa9af0ff9df58fc
treef657049f2872c4a7c9655ac74a245915386ee121
parent9d7a478a482a2cd20bed7553eb4e183aeecdaa29
[ARM] Fix page table spinlocking

Patch from Kevin Welton.

The initialisation routines in consistent.c and minicache.c both fail
to put a spinlock in init_mm.page_table_lock when they should do.
arch/arm/mm/consistent.c
arch/arm/mm/minicache.c