| 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 | |||||
| Jeff Dike | 77bf440 | 2007-10-16 01:26:58 -0700 | [diff] [blame] | 17 | int arch_handle_signal(int sig, struct uml_pt_regs *regs) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | } |