mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
97957e5cee
* some old patches apparently unneeded have been removed * patches are now better split * fix build for x86 and x86-64 * tested with qemuarm, qemuppc, qemumips, qemux86, qemux86-64 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
22 lines
505 B
Diff
22 lines
505 B
Diff
--- a/purgatory/arch/i386/pic.c
|
|
+++ b/purgatory/arch/i386/pic.c
|
|
@@ -16,7 +16,7 @@
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*/
|
|
-#include <sys/io.h>
|
|
+#include "include/arch/io.h"
|
|
#include <purgatory.h>
|
|
#include "purgatory-x86.h"
|
|
|
|
|
|
--- a/purgatory/arch/i386/vga.c
|
|
+++ b/purgatory/arch/i386/vga.c
|
|
@@ -1,4 +1,4 @@
|
|
-#include <sys/io.h>
|
|
+#include "include/arch/io.h"
|
|
#include <purgatory.h>
|
|
#include "purgatory-x86.h"
|
|
|
|
|