hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/firmware/qemu_fw_cfg.c
....@@ -215,6 +215,9 @@
215215 # define FW_CFG_CTRL_OFF 0x08
216216 # define FW_CFG_DATA_OFF 0x00
217217 # define FW_CFG_DMA_OFF 0x10
218
+# elif defined(CONFIG_PARISC) /* parisc */
219
+# define FW_CFG_CTRL_OFF 0x00
220
+# define FW_CFG_DATA_OFF 0x04
218221 # elif (defined(CONFIG_PPC_PMAC) || defined(CONFIG_SPARC32)) /* ppc/mac,sun4m */
219222 # define FW_CFG_CTRL_OFF 0x00
220223 # define FW_CFG_DATA_OFF 0x02