]> git.baikalelectronics.ru Git - kernel.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)
commit23c0bf9173e9eceba4980e98bb654f80f7f6d2c4
tree1104c8392b17bd3132ada20ced79efff593261a2
parent8a29bb45c476c51959d5d4a8d45903a1c29089aa
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