summary refs log tree commit diff stats
path: root/hw/hppa/hppa_sys.h
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2022-05-04 10:25:53 +0100
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2022-05-08 18:52:37 +0100
commit28f5332ae9283fa76f736e9011ae647799b9cdc0 (patch)
tree30beb3a4ec160c4707834d610f3852706bbca05b /hw/hppa/hppa_sys.h
parent45f569a11666051f98edc678616d135c9feaf506 (diff)
downloadfocaccia-qemu-28f5332ae9283fa76f736e9011ae647799b9cdc0.tar.gz
focaccia-qemu-28f5332ae9283fa76f736e9011ae647799b9cdc0.zip
hppa: move hppa_pci_ignore_ops from pci.c to machine.c
The memory region only has one user which is for ensuring accesses to the ISA
bus memory do not fault.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20220504092600.10048-44-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/hppa/hppa_sys.h')
-rw-r--r--hw/hppa/hppa_sys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/hppa/hppa_sys.h b/hw/hppa/hppa_sys.h
index 9964d4a7a7..d984b2895d 100644
--- a/hw/hppa/hppa_sys.h
+++ b/hw/hppa/hppa_sys.h
@@ -10,7 +10,6 @@
 #define enable_lasi_lan()       0
 
 /* hppa_pci.c.  */
-extern const MemoryRegionOps hppa_pci_ignore_ops;
 extern const MemoryRegionOps hppa_pci_conf1_ops;
 extern const MemoryRegionOps hppa_pci_iack_ops;