Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
2 | * Copyright 2003 PathScale, Inc. | ||||
3 | * | ||||
4 | * Licensed under the GPL | ||||
5 | */ | ||||
6 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #include "sysdep/ptrace.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
9 | void arch_init_thread(void) | ||||
10 | { | ||||
11 | } | ||||
12 | |||||
13 | void arch_check_bugs(void) | ||||
14 | { | ||||
15 | } | ||||
16 | |||||
17 | int arch_handle_signal(int sig, union uml_pt_regs *regs) | ||||
18 | { | ||||
Jeff Dike | a5ed1ff | 2007-05-06 14:50:58 -0700 | [diff] [blame] | 19 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | } |