From fed106b7fb62ed1a3db3ff690eae1c17a965cce8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 24 Sep 2008 21:23:50 +0100 Subject: [pxe] Enable interrupts before starting PXE NBP execution Based on a patch provided by XenSource for Etherboot 5.4. --- src/arch/i386/interface/pxe/pxe_call.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arch/i386/interface/pxe/pxe_call.c b/src/arch/i386/interface/pxe/pxe_call.c index 3ccb7fb5..7122c4eb 100644 --- a/src/arch/i386/interface/pxe/pxe_call.c +++ b/src/arch/i386/interface/pxe/pxe_call.c @@ -440,6 +440,7 @@ int pxe_start_nbp ( void ) { __asm__ __volatile__ ( REAL_CODE ( "pushw %%cx\n\t" "pushw %%ax\n\t" "movw %%cx, %%es\n\t" + "sti\n\t" "lcall $0, $0x7c00\n\t" "addw $4, %%sp\n\t" ) : "=a" ( rc ), "=b" ( discard_b ), -- cgit v1.2.3-55-g7522