Subversion Repositories HelenOS-historic

Rev

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

Rev 933 Rev 949
Line 184... Line 184...
184
	blr
184
	blr
185
 
185
 
186
jump_to_kernel:
186
jump_to_kernel:
187
	mtspr SPRN_SRR0, r3
187
	mtspr SPRN_SRR0, r3
188
	mfmsr r3
188
	mfmsr r3
-
 
189
	lis r4, ~0@h
189
	andi. r3, r3, ~(MSR_IR | MSR_DR)@l
190
	ori r4, r4, ~(MSR_IR | MSR_DR)@l
-
 
191
	and r3, r3, r4
190
	mtspr SPRN_SRR1, r3
192
	mtspr SPRN_SRR1, r3
191
	bl flush_instruction_cache
193
	bl flush_instruction_cache
192
	rfi
194
	rfi