ce816fa88c
If the renamed symbol is defined lib/iomap.c implements ioport_map and ioport_unmap and currently (nearly) all platforms define the port accessor functions outb/inb and friend unconditionally. So HAS_IOPORT_MAP is the better name for this. Consequently NO_IOPORT is renamed to NO_IOPORT_MAP. The motivation for this change is to reintroduce a symbol HAS_IOPORT that signals if outb/int et al are available. I will address that at least one merge window later though to keep surprises to a minimum and catch new introductions of (HAS|NO)_IOPORT. The changes in this commit were done using: $ git grep -l -E '(NO|HAS)_IOPORT' | xargs perl -p -i -e 's/\b((?:CONFIG_)?(?:NO|HAS)_IOPORT)\b/$1_MAP/' Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
adc.h | ||
addrspace.h | ||
alignment.h | ||
asm-offsets.h | ||
atomic-grb.h | ||
atomic-irq.h | ||
atomic-llsc.h | ||
atomic.h | ||
barrier.h | ||
bitops-grb.h | ||
bitops-llsc.h | ||
bitops-op32.h | ||
bitops.h | ||
bl_bit_32.h | ||
bl_bit_64.h | ||
bl_bit.h | ||
bug.h | ||
bugs.h | ||
cache_insns_32.h | ||
cache_insns_64.h | ||
cache_insns.h | ||
cache.h | ||
cacheflush.h | ||
checksum_32.h | ||
checksum.h | ||
clkdev.h | ||
clock.h | ||
cmpxchg-grb.h | ||
cmpxchg-irq.h | ||
cmpxchg-llsc.h | ||
cmpxchg.h | ||
device.h | ||
dma-mapping.h | ||
dma-register.h | ||
dma.h | ||
dmabrg.h | ||
dwarf.h | ||
elf.h | ||
entry-macros.S | ||
fb.h | ||
fixmap.h | ||
flat.h | ||
fpu.h | ||
freq.h | ||
ftrace.h | ||
futex-irq.h | ||
futex.h | ||
gpio.h | ||
hardirq.h | ||
hd64461.h | ||
heartbeat.h | ||
hugetlb.h | ||
hw_breakpoint.h | ||
hw_irq.h | ||
i2c-sh7760.h | ||
io_generic.h | ||
io_noioport.h | ||
io_trapped.h | ||
io.h | ||
irq.h | ||
irqflags.h | ||
Kbuild | ||
kdebug.h | ||
kexec.h | ||
kgdb.h | ||
kmap_types.h | ||
kprobes.h | ||
linkage.h | ||
machvec.h | ||
mc146818rtc.h | ||
mmu_context_32.h | ||
mmu_context_64.h | ||
mmu_context.h | ||
mmu.h | ||
mmzone.h | ||
module.h | ||
mutex-llsc.h | ||
mutex.h | ||
page.h | ||
pci.h | ||
perf_event.h | ||
pgalloc.h | ||
pgtable_32.h | ||
pgtable_64.h | ||
pgtable-2level.h | ||
pgtable-3level.h | ||
pgtable.h | ||
posix_types.h | ||
processor_32.h | ||
processor_64.h | ||
processor.h | ||
ptrace_32.h | ||
ptrace_64.h | ||
ptrace.h | ||
push-switch.h | ||
reboot.h | ||
romimage-macros.h | ||
rtc.h | ||
rwsem.h | ||
seccomp.h | ||
sections.h | ||
segment.h | ||
setup.h | ||
sfp-machine.h | ||
sh7760fb.h | ||
sh_bios.h | ||
shmparam.h | ||
siu.h | ||
smc37c93x.h | ||
smp-ops.h | ||
smp.h | ||
sparsemem.h | ||
spi.h | ||
spinlock_types.h | ||
spinlock.h | ||
sram.h | ||
stackprotector.h | ||
stacktrace.h | ||
string_32.h | ||
string_64.h | ||
string.h | ||
suspend.h | ||
switch_to_32.h | ||
switch_to_64.h | ||
switch_to.h | ||
syscall_32.h | ||
syscall_64.h | ||
syscall.h | ||
syscalls_32.h | ||
syscalls_64.h | ||
syscalls.h | ||
thread_info.h | ||
timex.h | ||
tlb_64.h | ||
tlb.h | ||
tlbflush.h | ||
topology.h | ||
traps_32.h | ||
traps_64.h | ||
traps.h | ||
types.h | ||
uaccess_32.h | ||
uaccess_64.h | ||
uaccess.h | ||
unaligned-sh4a.h | ||
unaligned.h | ||
uncached.h | ||
unistd.h | ||
unwinder.h | ||
user.h | ||
vga.h | ||
vmlinux.lds.h | ||
watchdog.h | ||
word-at-a-time.h |