Rebase to latest upstream git snapshot
This commit is contained in:
parent
42e70a96d5
commit
f8be579190
@ -1,8 +1,7 @@
|
||||
diff --git a/src/arch/i386/interface/pxe/pxe_call.c b/src/arch/i386/interface/pxe/pxe_call.c
|
||||
index b8e73a0..5f8ed07 100644
|
||||
--- a/src/arch/i386/interface/pxe/pxe_call.c
|
||||
+++ b/src/arch/i386/interface/pxe/pxe_call.c
|
||||
@@ -265,12 +265,14 @@ int pxe_start_nbp ( void ) {
|
||||
diff -rup ipxe-20130517-gitc4bce43/src/arch/i386/interface/pxe/pxe_call.c ipxe-20130517-gitc4bce43.new/src/arch/i386/interface/pxe/pxe_call.c
|
||||
--- ipxe-20130517-gitc4bce43/src/arch/i386/interface/pxe/pxe_call.c 2013-05-16 15:41:20.000000000 +0100
|
||||
+++ ipxe-20130517-gitc4bce43.new/src/arch/i386/interface/pxe/pxe_call.c 2013-05-17 10:55:13.282095767 +0100
|
||||
@@ -271,12 +271,14 @@ int pxe_start_nbp ( void ) {
|
||||
DBG ( "Restarting NBP (%x)\n", jmp );
|
||||
|
||||
/* Far call to PXE NBP */
|
||||
@ -16,15 +15,15 @@ index b8e73a0..5f8ed07 100644
|
||||
- "addw $4, %%sp\n\t" )
|
||||
+ "addw $4, %%sp\n\t"
|
||||
+ "popl %%ebp\n\t" )
|
||||
: "=a" ( rc ), "=b" ( discard_b ),
|
||||
: "=a" ( status ), "=b" ( discard_b ),
|
||||
"=c" ( discard_c ), "=d" ( discard_d ),
|
||||
"=D" ( discard_D )
|
||||
@@ -278,7 +280,7 @@ int pxe_start_nbp ( void ) {
|
||||
@@ -284,7 +286,7 @@ int pxe_start_nbp ( void ) {
|
||||
"c" ( rm_cs ),
|
||||
"d" ( virt_to_phys ( &pxenv ) ),
|
||||
"D" ( __from_text16 ( &ppxe ) )
|
||||
- : "esi", "ebp", "memory" );
|
||||
+ : "esi", "memory" );
|
||||
if ( status )
|
||||
return -EPXENBP ( status );
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
@ -31,12 +31,12 @@
|
||||
#
|
||||
# And then change these two:
|
||||
|
||||
%global date 20130103
|
||||
%global hash 717279a
|
||||
%global date 20130517
|
||||
%global hash c4bce43
|
||||
|
||||
Name: ipxe
|
||||
Version: %{date}
|
||||
Release: 3.git%{hash}%{?dist}
|
||||
Release: 1.git%{hash}%{?dist}
|
||||
Summary: A network boot loader
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -181,6 +181,9 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 17 2013 Daniel P. Berrange <berrange@redhat.com> - 20130517-1.gitc4bce43
|
||||
- Update to latest upstream snapshot
|
||||
|
||||
* Fri May 17 2013 Daniel P. Berrange <berrange@redhat.com> - 20130103-3.git717279a
|
||||
- Fix build with GCC 4.8 (rhbz #914091)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user