Myles Uyema wrote:
This crash is happening on bootup with an SMP kernel. Uniprocessor
kernels do not crash on me. I'm using an Abit BP6 dual celeron 500.
#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_KDB=y
CONFIG_KDB_MODULES=y
# CONFIG_KDB_OFF is not set
CONFIG_KALLSYMS=y
# CONFIG_FRAME_POINTER is not set
Turn off spinlock debugging and it should go away, xfs is not compatible
with spinlock debugging. I will get to fixing this eventually!
Steve
|