Revision 2272b0e03ea5731aca058eaf79c9955b36f0c083 authored by Andres Salomon on 06 March 2007, 09:42:05 UTC, committed by Linus Torvalds on 06 March 2007, 17:30:24 UTC
Prior to commit 95492e4646e5de8b43d9a7908d6177fb737b61f0 ([PATCH] x86:
rewrite SMP TSC sync code), the headers in asm-i386 did not really require
anything in include/asm-x86_64.  This means that distributions such as
fedora did not include asm-x86_64 in kernel-devel headers for i386.  Ingo's
commit changed that, and broke things.  This is easy enough to hack around
in package builds by just including asm-x86_64 on i386, but that's kind of
annoying.  If anything, x86_64 should depend upon i386, not the other way
around.

This patch changes it so that asm-x86_64/tsc.h includes asm-i386/tsc.h,
rather than vice-versa.

Signed-off-by: Andres Salomon <dilinger@debian.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent e585047
History
File Mode Size
Kconfig -rw-r--r-- 5.0 KB
Makefile -rw-r--r-- 1017 bytes
allocpercpu.c -rw-r--r-- 3.7 KB
backing-dev.c -rw-r--r-- 1.7 KB
bootmem.c -rw-r--r-- 12.0 KB
bounce.c -rw-r--r-- 6.5 KB
fadvise.c -rw-r--r-- 2.6 KB
filemap.c -rw-r--r-- 62.6 KB
filemap.h -rw-r--r-- 2.8 KB
filemap_xip.c -rw-r--r-- 10.3 KB
fremap.c -rw-r--r-- 6.1 KB
highmem.c -rw-r--r-- 7.8 KB
hugetlb.c -rw-r--r-- 19.4 KB
internal.h -rw-r--r-- 1.0 KB
madvise.c -rw-r--r-- 8.6 KB
memory.c -rw-r--r-- 72.9 KB
memory_hotplug.c -rw-r--r-- 7.3 KB
mempolicy.c -rw-r--r-- 47.1 KB
mempool.c -rw-r--r-- 9.0 KB
migrate.c -rw-r--r-- 21.5 KB
mincore.c -rw-r--r-- 5.7 KB
mlock.c -rw-r--r-- 5.3 KB
mmap.c -rw-r--r-- 56.4 KB
mmzone.c -rw-r--r-- 750 bytes
mprotect.c -rw-r--r-- 7.5 KB
mremap.c -rw-r--r-- 10.7 KB
msync.c -rw-r--r-- 2.4 KB
nommu.c -rw-r--r-- 31.4 KB
oom_kill.c -rw-r--r-- 11.9 KB
page-writeback.c -rw-r--r-- 27.5 KB
page_alloc.c -rw-r--r-- 91.1 KB
page_io.c -rw-r--r-- 3.6 KB
pdflush.c -rw-r--r-- 6.3 KB
prio_tree.c -rw-r--r-- 6.3 KB
readahead.c -rw-r--r-- 16.9 KB
rmap.c -rw-r--r-- 24.9 KB
shmem.c -rw-r--r-- 63.2 KB
shmem_acl.c -rw-r--r-- 4.6 KB
slab.c -rw-r--r-- 115.5 KB
slob.c -rw-r--r-- 8.2 KB
sparse.c -rw-r--r-- 7.8 KB
swap.c -rw-r--r-- 12.4 KB
swap_state.c -rw-r--r-- 9.3 KB
swapfile.c -rw-r--r-- 44.0 KB
thrash.c -rw-r--r-- 2.1 KB
tiny-shmem.c -rw-r--r-- 3.2 KB
truncate.c -rw-r--r-- 12.3 KB
util.c -rw-r--r-- 1.7 KB
vmalloc.c -rw-r--r-- 17.3 KB
vmscan.c -rw-r--r-- 47.2 KB
vmstat.c -rw-r--r-- 14.8 KB

back to top