aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-09-06 09:26:32 +0200
committerHelge Deller <deller@gmx.de>2023-09-06 09:26:32 +0200
commit683011a7039c3ddee2def2de035dd9b93322f528 (patch)
tree00347ff61aa822038cc2a3b8f1adc6ef02459d43
parentccb4576e4c4f5c0311737f8fba123b3e442d7643 (diff)
downloadseabios-hppa-devel-btlb.zip
seabios-hppa-devel-btlb.tar.gz
seabios-hppa-devel-btlb.tar.bz2
btlb: Fix all, everything ok.devel-btlb
-rw-r--r--src/parisc/parisc.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index 2e9b999..bf0f41c 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -1263,15 +1263,6 @@ static int pdc_proc(unsigned int *arg)
return PDC_BAD_OPTION;
}
-static void pdc_block_tlb_clear_all(void)
-{
- /* make sure CPU BTLB is cleared */
- asm("ldi %0,%%r26 ! ldi %1,%%r25 ! diag 0x100"
- :
- : "i" (PDC_BLOCK_TLB), "i" (PDC_BTLB_PURGE_ALL)
- : "r28", "r26", "r25");
-}
-
static int pdc_block_tlb(unsigned int *arg)
{
int ret;
@@ -2276,10 +2267,6 @@ void __VISIBLE start_parisc_firmware(void)
hlt();
}
- /* make sure CPU BTLB is cleared. OS should take care itself! */
- if (0)
- pdc_block_tlb_clear_all();
-
// handle_post();
serial_debug_preinit();
debug_banner();