Prev: 2.6.35-stable/ppc64/p7: Badness at lib/dma-debug.c:902, Call Trace & Instruction Dump during boot
Next: [116/165] ext4: dont return to userspace after freezing the fs with a mutex held
From: tanaka on 2 Aug 2010 08:00 Hi.good evening. what in case is program executed ? Does program jump here with vector procedure ? regards. http://code.ossmpedia.org/linux/source/arch/i386/kernel/traps.c?a=x86_64#646 646 static void unknown_nmi_error(unsigned char reason, struct pt_regs * regs) 647 { 648 #ifdef CONFIG_MCA 649 /* Might actually be able to figure out what the guilty party 650 * is. */ 651 if( MCA_bus ) { 652 mca_handle_nmi(); 653 return; 654 } 655 #endif 656 printk("Uhhuh. NMI received for unknown reason %02x on CPU %d.\n", 657 reason, smp_processor_id()); 658 printk("Dazed and confused, but trying to continue\n"); 659 printk("Do you have a strange power saving mode enabled?\n"); 660 } -------------------------------------- Are you OK? Online Safety Special Site - Yahoo! JAPAN http://pr.mail.yahoo.co.jp/security/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |