You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christian Borntraeger
dd135ebbd2
kvm: provide kvm.h for all architecture: fixes headers_install
...
Currently include/linux/kvm.h is not considered by make headers_install,
because Kbuild cannot handle " unifdef-$(CONFIG_FOO) += foo.h. This problem
was introduced by
commit fb56dbb31c
Author: Avi Kivity <avi@qumranet.com>
Date: Sun Dec 2 10:50:06 2007 +0200
KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM
Currently, make headers_check barfs due to <asm/kvm.h>, which <linux/kvm.h>
includes, not existing. Rather than add a zillion <asm/kvm.h>s, export kvm.
only if the arch actually supports it.
Signed-off-by: Avi Kivity <avi@qumranet.com>
which makes this an 2.6.25 regression.
One way of solving the issue is to enhance Kbuild, but Avi and David conviced
me, that changing headers_install is not the way to go. This patch changes
the definition for linux/kvm.h to unifdef-y.
If unifdef-y is used for linux/kvm.h "make headers_check" will fail on all
architectures without asm/kvm.h. Therefore, this patch also provides
asm/kvm.h on all architectures.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Avi Kivity <avi@qumranet.com>
Cc: Sam Ravnborg <sam@ravnborg.org
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 years ago
..
Kbuild
m68k: Export cachectl.h
18 years ago
a.out-core.h
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
17 years ago
a.out.h
aout: move STACK_TOP[_MAX] to asm/processor.h
17 years ago
adb_iop.h
…
amigahw.h
…
amigaints.h
…
amigayle.h
…
amipcmcia.h
…
apollodma.h
…
apollohw.h
…
atafd.h
…
atafdreg.h
…
atari_joystick.h
…
atari_stdma.h
…
atari_stram.h
…
atarihw.h
…
atariints.h
…
atarikb.h
…
atomic.h
…
auxvec.h
…
bitops.h
ext4: Add ext4_find_next_bit()
17 years ago
blinken.h
…
bootinfo.h
…
bug.h
…
bugs.h
…
bvme6000hw.h
…
byteorder.h
…
cache.h
…
cachectl.h
…
cacheflush.h
…
checksum.h
…
contregs.h
…
cputime.h
…
current.h
…
delay.h
…
device.h
…
div64.h
…
dma-mapping.h
…
dma.h
…
dsp56k.h
…
dvma.h
…
elf.h
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
17 years ago
emergency-restart.h
…
entry.h
…
errno.h
…
fb.h
fbdev: detect primary display device
18 years ago
fbio.h
…
fcntl.h
…
floppy.h
cleanup floppy.h
17 years ago
fpu.h
…
futex.h
…
hardirq.h
…
hp300hw.h
…
hw_irq.h
…
hwtest.h
…
ide.h
ide: add hwif->ack_intr hook
17 years ago
idprom.h
…
intersil.h
…
io.h
Remove dma_cache_(wback|inv|wback_inv) functions
17 years ago
ioctl.h
…
ioctls.h
m68k: Enable arbitary speed tty support
18 years ago
ipcbuf.h
…
irq.h
take declarations of enable_irq() et.al. to linux/interrupt.h
18 years ago
irq_regs.h
…
kdebug.h
…
kmap_types.h
…
kvm.h
kvm: provide kvm.h for all architecture: fixes headers_install
17 years ago
linkage.h
…
local.h
…
mac_asc.h
…
mac_baboon.h
…
mac_iop.h
…
mac_mouse.h
…
mac_oss.h
…
mac_psc.h
…
mac_via.h
…
machdep.h
…
machines.h
…
machw.h
…
macintosh.h
mac68k: remove dead code
17 years ago
macints.h
…
math-emu.h
…
mc146818rtc.h
…
md.h
…
mman.h
…
mmu.h
…
mmu_context.h
…
mmzone.h
…
module.h
…
motorola_pgalloc.h
CONFIG_HIGHPTE vs. sub-page page tables.
17 years ago
motorola_pgtable.h
m68k: kill page walker compile warning
17 years ago
movs.h
…
msgbuf.h
…
mutex.h
…
mvme16xhw.h
…
mvme147hw.h
…
namei.h
…
nubus.h
…
openprom.h
…
oplib.h
…
page.h
CONFIG_HIGHPTE vs. sub-page page tables.
17 years ago
page_offset.h
…
param.h
avoid overflows in kernel/time.c
17 years ago
parport.h
…
pci.h
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
18 years ago
percpu.h
…
pgalloc.h
…
pgtable.h
cleanup after APUS removal
17 years ago
poll.h
…
posix_types.h
asm-*/posix_types.h: scrub __GLIBC__
17 years ago
processor.h
aout: move STACK_TOP[_MAX] to asm/processor.h
17 years ago
ptrace.h
…
q40_master.h
…
q40ints.h
…
raw_io.h
m68k {in,out}_le{16,32} endianness misannotation
18 years ago
resource.h
…
rtc.h
…
sbus.h
…
scatterlist.h
Add CONFIG_DEBUG_SG sg validation
17 years ago
sections.h
…
segment.h
…
semaphore-helper.h
…
semaphore.h
kill DECLARE_MUTEX_LOCKED
17 years ago
sembuf.h
…
serial.h
…
setup.h
…
shm.h
…
shmbuf.h
…
shmparam.h
…
sigcontext.h
…
siginfo.h
…
signal.h
…
socket.h
[NET]: Introducing socket mark socket option.
17 years ago
sockios.h
…
spinlock.h
…
stat.h
…
statfs.h
…
string.h
…
sun3-head.h
…
sun3_pgalloc.h
CONFIG_HIGHPTE vs. sub-page page tables.
17 years ago
sun3_pgtable.h
page table handling cleanup
18 years ago
sun3ints.h
…
sun3mmu.h
…
sun3x.h
…
sun3xflop.h
…
sun3xprom.h
…
suspend.h
…
system.h
Add cmpxchg_local to m86k
17 years ago
termbits.h
m68k: Enable arbitary speed tty support
18 years ago
termios.h
m68k: Enable arbitary speed tty support
18 years ago
thread_info.h
…
timex.h
…
tlb.h
…
tlbflush.h
remove unused flush_tlb_pgtables
17 years ago
topology.h
…
traps.h
…
types.h
remove strict ansi check from __u64 in asm/types.h
17 years ago
uaccess.h
…
ucontext.h
…
unaligned.h
…
unistd.h
m68k{,nommu}: Wire up new timerfd syscalls
17 years ago
user.h
Sanitize the type of struct user.u_ar0
17 years ago
virtconvert.h
…
xor.h
…
zorro.h
…