Subversion Repositories HelenOS-historic

Rev

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

Rev 1004 Rev 1007
Line 28... Line 28...
28
 
28
 
29
#include <arch/asm/regname.h>
29
#include <arch/asm/regname.h>
30
 
30
 
31
.text
31
.text
32
 
32
 
33
.global cpu_sleep
-
 
34
.global iret
33
.global iret
35
.global memsetb
34
.global memsetb
36
.global memcpy
35
.global memcpy
37
 
36
 
38
cpu_sleep:
-
 
39
	b cpu_sleep
-
 
40
 
-
 
41
iret:
37
iret:
42
	lwz r3, 144(sp)
38
	lwz r3, 144(sp)
43
	mtxer r3
39
	mtxer r3
44
	
40
	
45
	lwz r3, 140(sp)
41
	lwz r3, 140(sp)