summaryrefslogtreecommitdiffstats
path: root/hw/arm_pic.c
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2011-10-16 11:53:13 +0200
committerBlue Swirl <blauwirbel@gmail.com>2011-10-16 11:11:55 +0000
commit661f1929d0b9ce9af530f1806cfc6136c630d405 (patch)
treeb21aedb0a4843dc347971e676d1327c1de7d56f8 /hw/arm_pic.c
parent81a02f93bac79598637eb5ffa5a5e3a6f1887175 (diff)
downloadhqemu-661f1929d0b9ce9af530f1806cfc6136c630d405.zip
hqemu-661f1929d0b9ce9af530f1806cfc6136c630d405.tar.gz
monitor: Restrict pic/irq_info to supporting targets
This allows to drop various stubs and move the i8359 into hwlib. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/arm_pic.c')
-rw-r--r--hw/arm_pic.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/arm_pic.c b/hw/arm_pic.c
index 41f8d3e..a2e8a73 100644
--- a/hw/arm_pic.c
+++ b/hw/arm_pic.c
@@ -8,19 +8,8 @@
*/
#include "hw.h"
-#include "pc.h"
#include "arm-misc.h"
-/* Stub functions for hardware that doesn't exist. */
-void pic_info(Monitor *mon)
-{
-}
-
-void irq_info(Monitor *mon)
-{
-}
-
-
/* Input 0 is IRQ and input 1 is FIQ. */
static void arm_pic_cpu_handler(void *opaque, int irq, int level)
{
OpenPOWER on IntegriCloud