source: rtems/bsps/mips/hurricane/start/inittlb.c @ b361eabd

Last change on this file since b361eabd was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 157 bytes
Line 
1#include <bsp.h>
2#include <rtems/mips/idtcpu.h>
3
4void init_tlb(void)
5{
6  int i;
7
8        for (i = 0; i < N_TLB_ENTRIES; i++ )
9                resettlb(i);
10}
Note: See TracBrowser for help on using the repository browser.