Subversion Repositories HelenOS-historic

Rev

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

Rev 756 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/as.h>
29
#include <arch/mm/as.h>
30
#include <genarch/mm/as_pt.h>
30
#include <genarch/mm/as_pt.h>
-
 
31
#include <genarch/mm/asid_fifo.h>
31
#include <arch/mm/tlb.h>
32
#include <arch/mm/tlb.h>
32
#include <mm/tlb.h>
33
#include <mm/tlb.h>
33
#include <mm/as.h>
34
#include <mm/as.h>
34
#include <arch/cp0.h>
35
#include <arch/cp0.h>
35
#include <arch.h>
36
#include <arch.h>
36
 
37
 
37
/** Architecture dependent address space init. */
38
/** Architecture dependent address space init. */
38
void as_arch_init(void)
39
void as_arch_init(void)
39
{
40
{
40
        as_operations = &as_pt_operations;
41
        as_operations = &as_pt_operations;
-
 
42
    asid_fifo_init();
41
}
43
}
42
 
44
 
43
/** Install address space.
45
/** Install address space.
44
 *
46
 *
45
 * Install ASID.
47
 * Install ASID.