X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Ftile%2Finclude%2Fasm%2Ftraps.h;h=e28c3df4176a918c09fc56dfa702c17e0f48e401;hb=076e7779c07c56c7fa593a28c71ea7432d0c7c95;hp=5f20f920f932b6c38e0a8971d1cedfb012dd729c;hpb=690b0cacb6dbbbcb06b76139ab65e1bf3f63e7f1;p=mv-sheeva.git diff --git a/arch/tile/include/asm/traps.h b/arch/tile/include/asm/traps.h index 5f20f920f93..e28c3df4176 100644 --- a/arch/tile/include/asm/traps.h +++ b/arch/tile/include/asm/traps.h @@ -64,7 +64,11 @@ void do_breakpoint(struct pt_regs *, int fault_num); #ifdef __tilegx__ +/* kernel/single_step.c */ void gx_singlestep_handle(struct pt_regs *, int fault_num); + +/* kernel/intvec_64.S */ +void fill_ra_stack(void); #endif -#endif /* _ASM_TILE_SYSCALLS_H */ +#endif /* _ASM_TILE_TRAPS_H */