mirror-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 random: handle archrandom with multiple longs 2022-07-25 13:26:14 +02:00
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 UML: add support for KASAN under x86_64 2022-07-17 23:35:22 +02:00
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 um: line: Use separate IRQs per line 2022-05-27 09:03:41 +02:00
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 arch: define CONFIG_PAGE_SIZE_*KB on all architectures 2024-03-06 19:29:09 +01:00
pci.h PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN 2022-11-17 15:15:19 +01:00
pgalloc.h um: convert {pmd, pte}_free_tlb() to use ptdescs 2023-08-21 13:37:58 -07:00
pgtable-2level.h
pgtable-3level.h x86_64: Remove pointless set_64bit() usage 2022-12-15 10:37:27 -08:00
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 ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP 2022-05-11 14:33:33 -05:00
timex.h um: use fallback for random_get_entropy() instead of zero 2022-05-13 23:59:23 +02:00
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 um: Remove straying parenthesis 2022-07-17 23:24:20 +02:00