Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 257265 | Differences between
and this patch

Collapse All | Expand All

(-)xen/drivers/char/console.c (-1 / +1 lines)
Lines 919-925 Link Here
919
    console_start_sync();
919
    console_start_sync();
920
    printk("\n****************************************\n");
920
    printk("\n****************************************\n");
921
    printk("Panic on CPU %d:\n", smp_processor_id());
921
    printk("Panic on CPU %d:\n", smp_processor_id());
922
    printk(buf);
922
    printk("placeholder for this printk %s", buf);
923
    printk("****************************************\n\n");
923
    printk("****************************************\n\n");
924
    if ( opt_noreboot )
924
    if ( opt_noreboot )
925
        printk("Manual reset required ('noreboot' specified)\n");
925
        printk("Manual reset required ('noreboot' specified)\n");

Return to bug 257265