Subversion Repositories HelenOS

Rev

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

Rev 23 Rev 26
Line 28... Line 28...
28
 
28
 
29
#include <arch.h>
29
#include <arch.h>
30
#include <arch/cp0.h>
30
#include <arch/cp0.h>
31
#include <arch/exception.h>
31
#include <arch/exception.h>
32
 
32
 
33
void arch_init(void)
33
void arch_pre_mm_init(void)
34
{
34
{
35
    /*
35
    /*
36
     * Switch to BEV normal level so that exception vectors point to the kernel.
36
     * Switch to BEV normal level so that exception vectors point to the kernel.
37
     * Clear the error level.
37
     * Clear the error level.
38
     */
38
     */