1
linux/arch/xtensa/include/asm
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
asm-offsets.h
asm-prototypes.h
asm-uaccess.h
asmmacro.h
atomic.h
barrier.h
bitops.h
bootparam.h
cache.h
cacheasm.h
cacheflush.h xtensa: remove redundant flush_dcache_page and ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE macros 2024-04-28 21:18:18 -07:00
cachetype.h
checksum.h
cmpxchg.h xtensa: Emulate one-byte cmpxchg 2024-09-13 07:10:38 -07:00
coprocessor.h
core.h
current.h arch/xtensa: always_inline get_current() and current_thread_info() 2024-07-09 15:41:10 -07:00
delay.h
dma.h
elf.h
fixmap.h
flat.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
ftrace.h
futex.h
highmem.h
hw_breakpoint.h
initialize_mmu.h
io.h
irq.h
irqflags.h
jump_label.h
kasan.h
Kbuild
kmem_layout.h
linkage.h
mmu_context.h
mmu.h
mtd-xip.h
mxregs.h
nommu_context.h
page.h
pci-bridge.h
pci.h
perf_event.h
pgalloc.h
pgtable.h mm: implement update_mmu_tlb() using update_mmu_tlb_range() 2024-07-03 19:29:57 -07:00
platform.h
processor.h xtensa: fix MAKE_PC_FROM_RA second argument 2024-04-02 19:42:35 -07:00
ptrace.h xtensa: fix MAKE_PC_FROM_RA second argument 2024-04-02 19:42:35 -07:00
regs.h
seccomp.h
sections.h
serial.h
shmparam.h
signal.h
smp.h
spinlock_types.h
spinlock.h
stackprotector.h
stacktrace.h
string.h
switch_to.h
syscall.h
sysmem.h
thread_info.h arch/xtensa: always_inline get_current() and current_thread_info() 2024-07-09 15:41:10 -07:00
timex.h
tlb.h
tlbflush.h
traps.h
uaccess.h
ucontext.h
unistd.h clone3: drop __ARCH_WANT_SYS_CLONE3 macro 2024-07-10 14:23:38 +02:00
vectors.h
vermagic.h
vmalloc.h