Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2356 → Rev 2357

/branches/arm/kernel/arch/arm32/src/dummy.S
1,5 → 1,5
#
# Copyright (c) 2003-2004 Jakub Jermar
# Copyright (c) 2007 Michal Kebry, Pavel Jancik, Petr Stepan
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
30,7 → 30,6
 
.global calibrate_delay_loop
.global asm_delay_loop
.global dummy
 
.global fpu_context_restore
.global fpu_context_save
37,8 → 36,8
.global fpu_enable
.global fpu_init
 
.global symbol_table
.global sys_tls_set
.global dummy
 
calibrate_delay_loop:
mov pc, lr
58,14 → 57,8
fpu_init:
mov pc, lr
symbol_table:
bkpt
 
# not used on ARM
sys_tls_set:
bkpt
 
dummy:
 
0:
bkpt
 
mov pc, lr