Skip to content
Commit 7dc59bdd authored by GuanXuetao's avatar GuanXuetao
Browse files

asm-generic: fix inX/outX functions for architectures that have PCI



The definitions for the PC-style PIO functions in asm-generic/io.h were
meant as dummies so you could compile code on architectures without
ISA and PCI buses. However, unicore32 actually wants to use them
with a real PCI bus, so they need to be defined to actually address
the register window holding the I/O ports.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 521cb40b
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