forked from Imagelibrary/rtems
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
11 lines
157 B
C
11 lines
157 B
C
#include <bsp.h>
|
|
#include <rtems/mips/idtcpu.h>
|
|
|
|
void init_tlb(void)
|
|
{
|
|
int i;
|
|
|
|
for (i = 0; i < N_TLB_ENTRIES; i++ )
|
|
resettlb(i);
|
|
}
|