From 8692f7d93d317043a1f26763260b2213ddb4c121 Mon Sep 17 00:00:00 2001 From: Bojan Rosko Date: Mon, 16 Dec 2024 13:56:46 +0000 Subject: [PATCH] init --- tt_metal/llrt/tlb_config.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tt_metal/llrt/tlb_config.cpp b/tt_metal/llrt/tlb_config.cpp index dfb14fa8854..c099e3191f5 100644 --- a/tt_metal/llrt/tlb_config.cpp +++ b/tt_metal/llrt/tlb_config.cpp @@ -208,8 +208,6 @@ void configure_static_tlbs( device_driver.configure_tlb(mmio_device_id, dram_core, tlb_index, dram_addr, TLB_DATA::Posted); } } - - device_driver.setup_core_to_tlb_map(mmio_device_id, get_static_tlb_index); } } // namespace ll_api