]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/hexagon/include/uapi/asm/ptrace.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux...
[karo-tx-linux.git] / arch / hexagon / include / uapi / asm / ptrace.h
index 1ffce0c6ee07559082fa475271e7656c2bbe3f9c..065e5b32313f1884b76365cba3e002d297ee3612 100644 (file)
@@ -36,4 +36,9 @@ extern const char *regs_query_register_name(unsigned int offset);
        ((struct pt_regs *) \
         ((unsigned long)current_thread_info() + THREAD_SIZE) - 1)
 
+#if CONFIG_HEXAGON_ARCH_VERSION >= 4
+#define arch_has_single_step() (1)
+#endif
+
+
 #endif