Whamcloud - gitweb
Break, instead of panic, in the UML version of portals_debug_dumpstack.
[fs/lustre-release.git] / lustre / portals / libcfs / debug.c
index 40d7031..d85adb6 100644 (file)
@@ -953,7 +953,7 @@ extern int is_kernel_text_address(unsigned long addr);
 
 char *portals_debug_dumpstack(void)
 {
-        panic("LBUG");
+        asm("int $3");
 }
 
 #elif defined(__i386__)