Subversion Repositories HelenOS-historic

Rev

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

Rev 830 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 mips32
-
 
30
  * @ingroup mm
-
 
31
 * @{
-
 
32
 */
-
 
33
/** @file
-
 
34
  * @ingroup mips32
-
 
35
 */
-
 
36
 
29
#include <arch/mm/as.h>
37
#include <arch/mm/as.h>
30
#include <genarch/mm/as_pt.h>
38
#include <genarch/mm/as_pt.h>
31
#include <genarch/mm/asid_fifo.h>
39
#include <genarch/mm/asid_fifo.h>
32
#include <arch/mm/tlb.h>
40
#include <arch/mm/tlb.h>
33
#include <mm/tlb.h>
41
#include <mm/tlb.h>
Line 64... Line 72...
64
    cp0_entry_hi_write(hi.value);  
72
    cp0_entry_hi_write(hi.value);  
65
    spinlock_unlock(&as->lock);
73
    spinlock_unlock(&as->lock);
66
    interrupts_restore(ipl);
74
    interrupts_restore(ipl);
67
}
75
}
68
 
76
 
-
 
77
 
-
 
78
 /** @}
-
 
79
 */
-
 
80