]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/include/sysdep-i386/ptrace.h
[PATCH] uml: fix I/O hang
[linux-2.6-omap-h63xx.git] / arch / um / include / sysdep-i386 / ptrace.h
index c8ee9559f3ab2d3994fc83e424627b9c53993607..6670cc992ecb55de9c98e9ca19131c6c1a556592 100644 (file)
 #define MAX_REG_NR (UM_FRAME_SIZE / sizeof(unsigned long))
 #define MAX_REG_OFFSET (UM_FRAME_SIZE)
 
+#ifdef UML_CONFIG_PT_PROXY
 extern void update_debugregs(int seq);
+#else
+static inline void update_debugregs(int seq) {}
+#endif
+
 
 /* syscall emulation path in ptrace */