Subversion Repositories HelenOS-historic

Rev

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

Rev 730 Rev 830
Line 26... Line 26...
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
#include <arch/mm/tlb.h>
29
#include <arch/mm/tlb.h>
30
#include <mm/tlb.h>
30
#include <mm/tlb.h>
31
#include <genarch/mm/asid_fifo.h>
-
 
32
#include <arch/mm/frame.h>
31
#include <arch/mm/frame.h>
33
#include <arch/mm/page.h>
32
#include <arch/mm/page.h>
34
#include <arch/mm/mmu.h>
33
#include <arch/mm/mmu.h>
35
#include <print.h>
34
#include <print.h>
36
#include <arch/types.h>
35
#include <arch/types.h>
Line 54... Line 53...
54
    tlb_tag_access_reg_t tag;
53
    tlb_tag_access_reg_t tag;
55
    tlb_data_t data;
54
    tlb_data_t data;
56
    frame_address_t fr;
55
    frame_address_t fr;
57
    page_address_t pg;
56
    page_address_t pg;
58
 
57
 
59
    asid_fifo_init();
-
 
60
 
-
 
61
    fr.address = config.base;
58
    fr.address = config.base;
62
    pg.address = config.base;
59
    pg.address = config.base;
63
 
60
 
64
    immu_disable();
61
    immu_disable();
65
    dmmu_disable();
62
    dmmu_disable();