Displaying 2 results from an estimated 2 matches for "irqaffinity".
Did you mean:
irq_affinity
2019 May 16
0
Serial output does not work
...threaded irqs
#
# Clear LEDs before starting Linux. After this salamander LABEL is called internally.
# show screen
DISPLAY screen.lpg
# load plugin
DEFAULT hardware_init.c32
LABEL salamander
KERNEL /bzImage
APPEND root=/dev/sda2 rw nohlt idle=poll quiet xeno_hal.smi=1 isolcpus=0 irqaffinity=1 threadirqs
LABEL salamander_update
KERNEL /bzImage
INITRD /initramfs.igz
APPEND root=/dev/ram init=/init
----------------------------------
Any idea, why serialport does not work ?
Thanks for help
Regards
Johann
2004 Dec 08
2
PATCH: fix compiler warning on noirqdebug_setup
CC arch/xen/i386/kernel/irq.o
arch/xen/i386/kernel/irq.c:276: warning: static declaration of ''noirqdebug_setup'' follows non-static declaration
include/asm/irq.h:64: warning: previous declaration of ''noirqdebug_setup'' was here
Apparently this function might even be called from drivers/pci/quirks.c.
--- linux-2.6.9/arch/xen/i386/kernel/irq.c.warn 2004-12-08