Subversion Repositories HelenOS-historic

Rev

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

Rev 389 Rev 391
Line 28... Line 28...
28
 
28
 
29
#ifndef __mips32_CP0_H__
29
#ifndef __mips32_CP0_H__
30
#define __mips32_CP0_H__
30
#define __mips32_CP0_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
-
 
33
#include <arch/mm/tlb.h>
33
 
34
 
34
#define cp0_status_ie_enabled_bit   (1<<0)
35
#define cp0_status_ie_enabled_bit   (1<<0)
35
#define cp0_status_exl_exception_bit    (1<<1)
36
#define cp0_status_exl_exception_bit    (1<<1)
36
#define cp0_status_erl_error_bit    (1<<2)
37
#define cp0_status_erl_error_bit    (1<<2)
37
#define cp0_status_um_bit           (1<<4)
38
#define cp0_status_um_bit           (1<<4)