Skip to content
Commit bf33a70a authored by James Bottomley's avatar James Bottomley Committed by Ingo Molnar
Browse files

x86: fix "__udivdi3" [drivers/scsi/aha1542.ko] undefined

Commit 976e8f67

 ("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: default avatarIngo Molnar <mingo@elte.hu>
parent beb6943d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment