Subversion Repositories HelenOS-historic

Rev

Rev 130 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 195
Line 31... Line 31...
31
#include <mm/tlb.h>
31
#include <mm/tlb.h>
32
#include <arch/cp0.h>
32
#include <arch/cp0.h>
33
#include <panic.h>
33
#include <panic.h>
34
#include <arch.h>
34
#include <arch.h>
35
 
35
 
-
 
36
void main_bsp(void);
-
 
37
 
-
 
38
 
-
 
39
 
-
 
40
 
36
int bootstrap = 1;
41
int bootstrap = 1;
37
 
42
 
38
void tlb_refill(void)
43
void tlb_refill(void)
39
{
44
{
40
    if (bootstrap) {
45
    if (bootstrap) {