Subversion Repositories HelenOS-historic

Rev

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

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