]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: fix compile failure with kmap_atomic changes
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 28 Oct 2010 15:14:41 +0000 (10:14 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 16:02:15 +0000 (09:02 -0700)
commit63f4ef900cc1dcab038104aa34a103c3abb27a21
treec48a40849009fe09aacf4744610595c38f8141dc
parent6b972628d353bcde8e5119fb78b2ba66a7361e62
parisc: fix compile failure with kmap_atomic changes

Commit 08176d05d453 ("mm: stack based kmap_atomic()") overlooked the
fact that parisc uses kmap as a coherence mechanism, so even though we
have no highmem, we do need to supply our own versions of kmap (and
atomic).  This patch converts the parisc kmap to the form which is
needed to keep it compiling (it's a simple prototype and name change).

Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Acked-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/parisc/include/asm/cacheflush.h