projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016b4a9
)
hw/mips: add missing include
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Mon, 8 May 2017 23:39:12 +0000
(20:39 -0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sun, 4 Jun 2017 15:42:55 +0000
(18:42 +0300)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/hw/mips/mips.h
patch
|
blob
|
history
diff --git
a/include/hw/mips/mips.h
b/include/hw/mips/mips.h
index e0065ce8088635d693bf43bcd860fc5385b5da21..16412dc1505d7a82fe6c2b957e6e34a84711f5b3 100644
(file)
--- a/
include/hw/mips/mips.h
+++ b/
include/hw/mips/mips.h
@@
-6,6
+6,7
@@
#define INITRD_PAGE_MASK (~((1 << 16) - 1))
#include "exec/memory.h"
+#include "hw/irq.h"
/* gt64xxx.c */
PCIBus *gt64120_register(qemu_irq *pic);