[PARISC] Always spinlock tlb flush operations to ensure preempt safety
authorMatthew Wilcox <willy@parisc-linux.org>
Thu, 17 Nov 2005 21:44:14 +0000 (16:44 -0500)
committerKyle McMartin <kyle@parisc-linux.org>
Thu, 17 Nov 2005 21:44:14 +0000 (16:44 -0500)
Since taking a spinlock disables preempt, and we need to spinlock tlb flush
on SMP for N class, we might as well just spinlock on uniprocessor machines
too.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

No differences found