Subversion Repositories HelenOS-historic

Rev

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

Rev 164 Rev 167
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
.text
29
.text
30
 
30
 
-
 
31
.global memcopy
31
.global cpu_priority_high
32
.global cpu_priority_high
32
.global cpu_priority_low
33
.global cpu_priority_low
33
.global cpu_priority_read
34
.global cpu_priority_read
34
.global cpu_priority_restore
35
.global cpu_priority_restore
35
.global memsetb
36
.global memsetb
Line 51... Line 52...
51
.global cpu_halt
52
.global cpu_halt
52
.global page_arch_init
53
.global page_arch_init
53
.global frame_arch_init
54
.global frame_arch_init
54
.global dummy
55
.global dummy
55
 
56
 
-
 
57
memcopy:
56
cpu_priority_high:
58
cpu_priority_high:
57
cpu_priority_low:
59
cpu_priority_low:
58
cpu_priority_restore:
60
cpu_priority_restore:
59
cpu_priority_read:
61
cpu_priority_read:
60
memsetb:
62
memsetb: