View | Details | Raw Unified | Return to bug 228151 | Differences between
and this patch

Collapse All | Expand All

(-)stand/i386/gptboot/gptboot.c (-2 / +3 lines)
Lines 482-490 Link Here
482
#endif
482
#endif
483
	__exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK),
483
	__exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK),
484
	    MAKEBOOTDEV(dev_maj[dsk.type], dsk.part + 1, dsk.unit, 0xff),
484
	    MAKEBOOTDEV(dev_maj[dsk.type], dsk.part + 1, dsk.unit, 0xff),
485
	    KARGS_FLAGS_EXTARG, 0, 0, VTOP(&bootinfo)
486
#ifdef LOADER_GELI_SUPPORT
485
#ifdef LOADER_GELI_SUPPORT
487
	    , geliargs
486
	    KARGS_FLAGS_EXTARG, 0, 0, VTOP(&bootinfo), geliargs
487
#else
488
	    0, 0, 0, VTOP(&bootinfo)
488
#endif
489
#endif
489
	    );
490
	    );
490
}
491
}

Return to bug 228151