Subversion Repositories HelenOS-historic

Rev

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

Rev 162 Rev 185
Line 27... Line 27...
27
#
27
#
28
 
28
 
29
.text
29
.text
30
 
30
 
31
.global cpu_halt
31
.global cpu_halt
-
 
32
.global cpu_sleep
-
 
33
 
32
cpu_halt:
34
cpu_halt:
33
	b cpu_halt
35
	b cpu_halt
34
 
-
 
35
 
36
 
-
 
37
cpu_sleep:
-
 
38
	b cpu_sleep
-
 
39