The s390 kernel does not compile if virtio console is enabled, but guest
support is disabled:
LD .tmp_vmlinux1
arch/s390/kernel/built-in.o: In function `setup_arch':
/space/linux-2.5/arch/s390/kernel/setup.c:773: undefined reference to
`s390_virtio_console_init'
The fix is related to
commit 99e65c92f2bbf84f43766a8bf701e36817d62822
Author: Christian Borntraeger <borntraeger@de.ibm.com>
Date: Fri Jul 25 15:50:04 2008 +0200
KVM: s390: Fix guest kconfig
Which changed the build process to build kvm_virtio.c only if CONFIG_S390_GUEST
is set. We must ifdef the prototype in the header file accordingly.
Reported-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||
|---|---|---|
| .. | ||
| airq.h | ||
| appldata.h | ||
| atomic.h | ||
| auxvec.h | ||
| bitops.h | ||
| bug.h | ||
| bugs.h | ||
| byteorder.h | ||
| cache.h | ||
| cacheflush.h | ||
| ccwdev.h | ||
| ccwgroup.h | ||
| checksum.h | ||
| chpid.h | ||
| chsc.h | ||
| cio.h | ||
| cmb.h | ||
| compat.h | ||
| cpcmd.h | ||
| cpu.h | ||
| cputime.h | ||
| current.h | ||
| dasd.h | ||
| debug.h | ||
| delay.h | ||
| device.h | ||
| diag.h | ||
| div64.h | ||
| dma.h | ||
| ebcdic.h | ||
| elf.h | ||
| emergency-restart.h | ||
| errno.h | ||
| etr.h | ||
| extmem.h | ||
| fb.h | ||
| fcntl.h | ||
| fcx.h | ||
| futex.h | ||
| hardirq.h | ||
| hugetlb.h | ||
| idals.h | ||
| io.h | ||
| ioctl.h | ||
| ioctls.h | ||
| ipcbuf.h | ||
| ipl.h | ||
| irq_regs.h | ||
| irq.h | ||
| irqflags.h | ||
| isc.h | ||
| itcw.h | ||
| Kbuild | ||
| kdebug.h | ||
| kexec.h | ||
| kmap_types.h | ||
| kprobes.h | ||
| kvm_host.h | ||
| kvm_para.h | ||
| kvm_virtio.h | ||
| kvm.h | ||
| linkage.h | ||
| local.h | ||
| lowcore.h | ||
| mathemu.h | ||
| mman.h | ||
| mmu_context.h | ||
| mmu.h | ||
| module.h | ||
| monwriter.h | ||
| msgbuf.h | ||
| mutex.h | ||
| page.h | ||
| param.h | ||
| pci.h | ||
| percpu.h | ||
| pgalloc.h | ||
| pgtable.h | ||
| poll.h | ||
| posix_types.h | ||
| processor.h | ||
| ptrace.h | ||
| qdio.h | ||
| qeth.h | ||
| reset.h | ||
| resource.h | ||
| rwsem.h | ||
| s390_ext.h | ||
| s390_rdev.h | ||
| scatterlist.h | ||
| schid.h | ||
| sclp.h | ||
| sections.h | ||
| segment.h | ||
| sembuf.h | ||
| setup.h | ||
| sfp-machine.h | ||
| sfp-util.h | ||
| shmbuf.h | ||
| shmparam.h | ||
| sigcontext.h | ||
| siginfo.h | ||
| signal.h | ||
| sigp.h | ||
| smp.h | ||
| socket.h | ||
| sockios.h | ||
| sparsemem.h | ||
| spinlock_types.h | ||
| spinlock.h | ||
| stat.h | ||
| statfs.h | ||
| string.h | ||
| suspend.h | ||
| syscall.h | ||
| sysinfo.h | ||
| system.h | ||
| tape390.h | ||
| termbits.h | ||
| termios.h | ||
| thread_info.h | ||
| timer.h | ||
| timex.h | ||
| tlb.h | ||
| tlbflush.h | ||
| todclk.h | ||
| topology.h | ||
| types.h | ||
| uaccess.h | ||
| ucontext.h | ||
| unaligned.h | ||
| unistd.h | ||
| user.h | ||
| vtoc.h | ||
| xor.h | ||
| zcrypt.h | ||