2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/gpxe/gpxe-0.9.7-undinet.patch
jbjohnso caec87e666 -Fix undi issues on certain boot roms
Former-commit-id: 7f2481b6edcc4645da28d4744da21868b91ac738
2010-01-26 17:12:00 +00:00

13 lines
449 B
Diff

diff -urN gpxe-0.9.7/src/arch/i386/drivers/net/undinet.c gpxe-0.9.7-undinet/src/arch/i386/drivers/net/undinet.c
--- gpxe-0.9.7/src/arch/i386/drivers/net/undinet.c 2009-03-01 21:23:42.000000000 -0500
+++ gpxe-0.9.7-undinet/src/arch/i386/drivers/net/undinet.c 2010-01-26 10:06:31.000000000 -0500
@@ -427,7 +427,7 @@
"nop\n\t"
"nop\n\t"
"cli\n\t" ) : : );
- return;
+ //return;
}
/* Start ISR processing */