uml: floating point signal delivery fixes
[safe/jmp/linux-2.6] / arch / um / include / sysdep-x86_64 / ptrace.h
index 2ae0448..7848b7d 100644 (file)
@@ -234,4 +234,8 @@ struct syscall_args {
 
 #define UPT_FAULTINFO(r) (&(r)->faultinfo)
 
+static inline void arch_init_registers(int pid)
+{
+}
+
 #endif