Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2078
Line 97... Line 97...
97
	 */
97
	 */
98
	sethi %hi(trap_table), %g1
98
	sethi %hi(trap_table), %g1
99
	wrpr %g1, %lo(trap_table), %tba
99
	wrpr %g1, %lo(trap_table), %tba
100
 
100
 
101
	/* 
101
	/* 
102
	 * Take over the DMMU by installing global locked TTE entry identically
102
	 * Take over the DMMU by installing locked TTE entry identically
103
	 * mapping the first 4M of memory.
103
	 * mapping the first 4M of memory.
104
	 *
104
	 *
105
	 * In case of DMMU, no FLUSH instructions need to be issued. Because of
105
	 * In case of DMMU, no FLUSH instructions need to be issued. Because of
106
	 * that, the old DTLB contents can be demapped pretty straightforwardly
106
	 * that, the old DTLB contents can be demapped pretty straightforwardly
107
	 * and without causing any traps.
107
	 * and without causing any traps.