From f29cd37b35d30dc28baa7d2493befab785838a7f Mon Sep 17 00:00:00 2001 From: Panagiotis <58827426+tiseno100@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:18:51 +0300 Subject: [PATCH] Minor fix for the UMC HB4 --- src/chipset/umc_hb4.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/chipset/umc_hb4.c b/src/chipset/umc_hb4.c index 44f2d4c0e..f9371ae5f 100644 --- a/src/chipset/umc_hb4.c +++ b/src/chipset/umc_hb4.c @@ -141,6 +141,8 @@ void hb4_shadow(int cur_addr, hb4_t *dev) mem_set_mem_state_both(0xc8000 + ((i - 2) << 14), 0x4000, (dev->pci_conf[0x54] & (1 << i)) ? (CAN_READ | CAN_WRITE) : DISABLE); mem_set_mem_state_both(0xe0000, 0x20000, CAN_READ | CAN_WRITE); + + flushmmucache_nopc(); } static void