Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ia64: Fix kernel BUG at lib/ioremap.c:72!
Commit 0bbf47e ("ia64: use asm-generic/io.h") results in a BUG while booting ia64. This is because asm-generic/io.h defines PCI_IOBASE, which results in the function acpi_pci_root_remap_iospace() doing a lot of unnecessary (and wrong) things. I'd suggested an #if !CONFIG_IA64 in the functon, but Arnd suggested keeping the fix inside the arch/ia64 tree. Fixes: 0bbf47e ("ia64: use asm-generic/io.h") Suggested-by: Arnd Bergman <[email protected]> Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information