]> git.baikalelectronics.ru Git - kernel.git/commit
x86: fix "__udivdi3" [drivers/scsi/aha1542.ko] undefined
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 13 Feb 2009 18:52:44 +0000 (12:52 -0600)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Feb 2009 20:02:02 +0000 (21:02 +0100)
commit80230c382a6c50008548893c89de0aeb44116806
tree45c98959dbbfc5836d89dc4b7284cdef1971e810
parentb7e982c9f0a32c0a484cb4e66b5c1a303989f091
x86: fix "__udivdi3" [drivers/scsi/aha1542.ko] undefined

Commit 76e7897f410c22e1be6a8a42cc5126190aeb74b4 ("x86: asm/io.h: unify
virt_to_phys/phys_to_virt") changed the return of virt_to_phys from long
to phys_addr_t which is unsigned long long on a PAE platform.

So, I could suggest a fix below since isa addresses may never be above
32 bits.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/io.h