ps3av: dont distinguish between `boot' and `non-boot' autodetection
[linux-2.6/kvm.git] / arch / um / sys-x86_64 / bugs.c
blob506b6765bbcb917a5b77dcd5ab66e97c46da471f
1 /*
2 * Copyright 2003 PathScale, Inc.
4 * Licensed under the GPL
5 */
7 #include "sysdep/ptrace.h"
9 void arch_init_thread(void)
13 void arch_check_bugs(void)
17 int arch_handle_signal(int sig, struct uml_pt_regs *regs)
19 return 0;