Subversion Repositories HelenOS-historic

Rev

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

Rev 1595 Rev 1702
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
-
 
29
 /** @addtogroup mips32mm  
-
 
30
 * @{
-
 
31
 */
-
 
32
/** @file
-
 
33
 */
-
 
34
 
29
#include <arch/mm/tlb.h>
35
#include <arch/mm/tlb.h>
30
#include <mm/asid.h>
36
#include <mm/asid.h>
31
#include <mm/tlb.h>
37
#include <mm/tlb.h>
32
#include <mm/page.h>
38
#include <mm/page.h>
33
#include <mm/as.h>
39
#include <mm/as.h>
Line 600... Line 606...
600
    }
606
    }
601
   
607
   
602
    interrupts_restore(ipl);
608
    interrupts_restore(ipl);
603
    cp0_entry_hi_write(hi_save.value);
609
    cp0_entry_hi_write(hi_save.value);
604
}
610
}
-
 
611
 
-
 
612
 /** @}
-
 
613
 */
-
 
614