Subversion Repositories HelenOS

Rev

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

Rev 109 Rev 110
Line 70... Line 70...
70
 
70
 
71
        trap_register(14, page_fault);
71
        trap_register(14, page_fault);
72
        cpu_write_dba(KA2PA(dba));
72
        cpu_write_dba(KA2PA(dba));
73
    }
73
    }
74
    else {
74
    else {
75
 
-
 
76
        /*
75
        /*
77
         * Application processors need to create their own view of the
76
         * Application processors need to create their own view of the
78
         * virtual address space. Because of that, each AP copies
77
         * virtual address space. Because of that, each AP copies
79
         * already-initialized paging information from the bootstrap
78
         * already-initialized paging information from the bootstrap
80
         * processor and adjusts it to fulfill its needs.
79
         * processor and adjusts it to fulfill its needs.