]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fix alpha ISA support
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Mon, 16 Jul 2007 06:38:41 +0000 (23:38 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:37 +0000 (09:05 -0700)
commit5c6af69abe9436c33b82a13623b38a4cc51e6464
tree1104c8392b17bd3132ada20ced79efff593261a2
parentebaf4fc13e293dcafbb13c91aae2a45722652740
fix alpha ISA support

isa_bus_to_virt() is still needed in a few places (lance.c, at least).  When
we switch the kernel to using -Werror-implicit-function-declaration, the lack
of isa_bus_to_virt() breaks alpha allmodconfig builds.

Add isa_bus_to_virt() and deprecate the ezisting ISA APIs, though it might be
better to define these functions as BUG(), since virt_to_bus/bus_to_virt just
do wrong things on a number of machines.

[akpm@linux-foundation.org: build fix]
Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-alpha/io.h