Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/asm-x86
Nick Piggin b6c7347fff x86: optimise barriers
According to latest memory ordering specification documents from Intel
and AMD, both manufacturers are committed to in-order loads from
cacheable memory for the x86 architecture.  Hence, smp_rmb() may be a
simple barrier.

Also according to those documents, and according to existing practice in
Linux (eg.  spin_unlock doesn't enforce ordering), stores to cacheable
memory are visible in program order too.  Special string stores are safe
-- their constituent stores may be out of order, but they must complete
in order WRT surrounding stores.  Nontemporal stores to WB memory can go
out of order, and so they should be fenced explicitly to make them
appear in-order WRT other stores.  Hence, smp_wmb() may be a simple
barrier.

    http://developer.intel.com/products/processor/manuals/318147.pdf
    http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24593.pdf

In userspace microbenchmarks on a core2 system, fence instructions range
anywhere from around 15 cycles to 50, which may not be totally
insignificant in performance critical paths (code size will go down
too).

However the primary motivation for this is to have the canonical barrier
implementation for x86 architecture.

smp_rmb on buggy pentium pros remains a locked op, which is apparently
required.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-12 18:41:21 -07:00
..
mach-bigsmp i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach-default i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach-es7000 i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach-generic i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach-numaq i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach-summit i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach-visws i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach-voyager i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
xen i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
a.out.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
a.out_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
a.out_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
acpi.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
acpi_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
acpi_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
agp.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
agp_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
agp_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
alternative-asm.i i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
alternative-asm_32.i i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
alternative-asm_64.i i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
alternative.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
alternative_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
alternative_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
apic.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
apic_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
apic_64.h x86_64: remove now unused code 2007-10-12 23:04:23 +02:00
apicdef.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
apicdef_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
apicdef_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
arch_hooks.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
atomic.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
atomic_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
atomic_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
auxvec.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
auxvec_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
auxvec_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bitops.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bitops_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bitops_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
boot.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bootparam.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bootsetup.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bug.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bug_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bug_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bugs.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bugs_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
bugs_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
byteorder.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
byteorder_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
byteorder_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cache.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cache_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cache_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cacheflush.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cacheflush_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cacheflush_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
calgary.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
calling.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
checksum.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
checksum_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
checksum_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cmpxchg.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cmpxchg_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cmpxchg_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
compat.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cpu.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cpufeature.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cpufeature_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cpufeature_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cputime.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cputime_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
cputime_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
current.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
current_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
current_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
debugreg.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
debugreg_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
debugreg_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
delay.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
delay_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
delay_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
desc.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
desc_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
desc_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
desc_defs.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
device.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
device_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
device_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
div64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
div64_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
div64_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dma-mapping.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dma-mapping_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dma-mapping_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dma.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dma_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dma_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dmi.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dmi_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dmi_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dwarf2.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dwarf2_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
dwarf2_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
e820.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
e820_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
e820_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
edac.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
edac_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
edac_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
elf.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
elf_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
elf_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
emergency-restart.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
errno.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
errno_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
errno_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fb.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fb_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fb_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fcntl.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fixmap.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fixmap_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fixmap_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
floppy.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
floppy_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
floppy_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fpu32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
frame.i i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
futex.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
futex_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
futex_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
genapic.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
genapic_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
genapic_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
geode.h x86: Geode Multi-Function General Purpose Timers support 2007-10-12 23:04:06 +02:00
hardirq.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
hardirq_32.h x86: Fix irq0 / local apic timer accounting 2007-10-12 23:04:06 +02:00
hardirq_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
highmem.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
hpet.h x86: HPET force enable for ICH5 2007-10-12 23:04:24 +02:00
hw_irq.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
hw_irq_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
hw_irq_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
hypertransport.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
i387.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
i387_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
i387_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
i8253.h i386: Remove the useless #ifdef in i8253.h 2007-10-12 23:04:23 +02:00
i8259.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ia32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ia32_unistd.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ide.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
idle.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
intel_arch_perfmon.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
intel_arch_perfmon_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
intel_arch_perfmon_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
io.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
io_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
io_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
io_apic.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
io_apic_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
io_apic_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ioctl.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ioctls.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ioctls_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ioctls_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
iommu.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ipc.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ipcbuf.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ipcbuf_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ipcbuf_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ipi.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irq.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irq_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irq_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irq_regs.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irq_regs_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irq_regs_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irqflags.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irqflags_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
irqflags_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ist.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
k8.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
Kbuild i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kdebug.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kdebug_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kdebug_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kexec.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kexec_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kexec_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kmap_types.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kmap_types_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kmap_types_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kprobes.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kprobes_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
kprobes_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ldt.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ldt_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ldt_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
linkage.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
linkage_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
linkage_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
local.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
local_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
local_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach_apic.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
math_emu.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mc146818rtc.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mc146818rtc_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mc146818rtc_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mca.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mca_dma.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mce.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mce_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mce_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mman.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mman_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mman_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmsegment.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmu.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmu_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmu_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmu_context.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmu_context_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmu_context_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmx.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmzone.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmzone_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmzone_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
module.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
module_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
module_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mpspec.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mpspec_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mpspec_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mpspec_def.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
msgbuf.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
msgbuf_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
msgbuf_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
msidef.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
msr-index.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
msr.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
msr_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
msr_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mtrr.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mtrr_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mtrr_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mutex.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mutex_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mutex_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
namei.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
namei_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
namei_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
nmi.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
nmi_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
nmi_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
numa.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
numa_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
numa_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
numaq.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
page.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
page_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
page_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
param.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
param_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
param_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
paravirt.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
parport.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
parport_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
parport_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pci-direct.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pci.h PCI: merge almost all of pci_32.h and pci_64.h together 2007-10-12 15:03:20 -07:00
pci_32.h PCI: merge almost all of pci_32.h and pci_64.h together 2007-10-12 15:03:20 -07:00
pci_64.h PCI: merge almost all of pci_32.h and pci_64.h together 2007-10-12 15:03:20 -07:00
pda.h x86: Fix irq0 / local apic timer accounting 2007-10-12 23:04:07 +02:00
percpu.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
percpu_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
percpu_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgalloc.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgalloc_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgalloc_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgtable-2level-defs.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgtable-2level.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgtable-3level-defs.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgtable-3level.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgtable.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgtable_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pgtable_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
poll.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
posix_types.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
posix_types_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
posix_types_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
prctl.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
processor-cyrix.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
processor-flags.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
processor.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
processor_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
processor_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
proto.h x86_64: remove now unused code 2007-10-12 23:04:23 +02:00
ptrace-abi.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ptrace-abi_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ptrace-abi_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ptrace.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ptrace_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ptrace_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
reboot.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
reboot_fixups.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
required-features.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
required-features_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
required-features_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
resource.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
resource_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
resource_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
resume-trace.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
resume-trace_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
resume-trace_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
rio.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
rtc.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
rtc_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
rtc_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
rwlock.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
rwlock_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
rwlock_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
rwsem.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
scatterlist.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
scatterlist_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
scatterlist_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
seccomp.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
seccomp_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
seccomp_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sections.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sections_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sections_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
segment.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
segment_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
segment_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
semaphore.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
semaphore_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
semaphore_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sembuf.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sembuf_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sembuf_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
serial.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
serial_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
serial_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
setup.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
setup_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
setup_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
shmbuf.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
shmbuf_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
shmbuf_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
shmparam.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
shmparam_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
shmparam_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sigcontext.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sigcontext32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sigcontext_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sigcontext_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
siginfo.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
siginfo_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
siginfo_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
signal.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
signal_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
signal_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
smp.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
smp_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
smp_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
socket.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sockios.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sockios_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sockios_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sparsemem.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sparsemem_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sparsemem_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
spinlock.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
spinlock_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
spinlock_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
spinlock_types.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
srat.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
stacktrace.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
stat.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
stat_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
stat_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
statfs.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
statfs_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
statfs_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
string.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
string_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
string_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
suspend.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
suspend_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
suspend_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
swiotlb.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
sync_bitops.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
system.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
system_32.h x86: optimise barriers 2007-10-12 18:41:21 -07:00
system_64.h x86: optimise barriers 2007-10-12 18:41:21 -07:00
tce.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
termbits.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
termbits_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
termbits_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
termios.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
termios_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
termios_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
therm_throt.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
thread_info.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
thread_info_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
thread_info_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
time.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
timer.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
timex.h x86: unify timex.h variants 2007-10-12 23:04:23 +02:00
tlb.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
tlb_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
tlb_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
tlbflush.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
tlbflush_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
tlbflush_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
topology.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
topology_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
topology_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
tsc.h x86: unify timex.h variants 2007-10-12 23:04:23 +02:00
types.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
types_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
types_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
uaccess.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
uaccess_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
uaccess_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ucontext.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ucontext_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
ucontext_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unaligned.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unaligned_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unaligned_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unistd.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unistd_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unistd_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unwind.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unwind_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
unwind_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
user.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
user32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
user_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
user_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
vga.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
vgtod.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
vic.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
vm86.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
vmi.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
vmi_time.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
voyager.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
vsyscall.h i386/x8664: cleanup the shared hpet code 2007-10-12 23:04:23 +02:00
vsyscall32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
xor.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
xor_32.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
xor_64.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00