linux/arch/um/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
..
fpu
Kbuild um: Use generic runtime constant implementation 2024-07-16 17:25:59 -07:00
archrandom.h
asm-prototypes.h
bpf_perf_event.h um: don't generate asm/bpf_perf_event.h 2024-07-10 14:23:30 +02:00
cache.h
cacheflush.h
common.lds.S
cpufeature.h x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macros 2024-04-06 12:42:17 +02:00
delay.h
dma.h
fixmap.h
futex.h
hardirq.h
io.h
irq.h
irqflags.h
kasan.h um: Fix the declaration of kasan_map_memory 2024-04-30 14:15:42 +02:00
kvm_para.h
mmu.h um: refactor TLB update handling 2024-07-03 17:09:50 +02:00
mmu_context.h um: remove force_flush_all from fork_handler 2024-07-03 17:09:50 +02:00
msi.h
page.h
pci.h
pgalloc.h
pgtable-2level.h
pgtable-3level.h
pgtable.h um: Remove unused kpte_clear_flush macro 2024-09-12 20:32:55 +02:00
processor-generic.h um: Remove unused fields from thread_struct 2024-09-12 20:35:35 +02:00
ptrace-generic.h um: Move declarations to proper headers 2024-04-22 21:58:48 +02:00
sections.h
setup.h
smp.h
stacktrace.h
syscall-generic.h
thread_info.h
timex.h
tlb.h
tlbflush.h um: refactor TLB update handling 2024-07-03 17:09:50 +02:00
uaccess.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
unwind.h
vmalloc.h
vmlinux.lds.h
xor.h