aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/way_tracker.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/way_tracker.c')
-rw-r--r--litmus/way_tracker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/litmus/way_tracker.c b/litmus/way_tracker.c
index ff392ab09c4d..9131c9658c2a 100644
--- a/litmus/way_tracker.c
+++ b/litmus/way_tracker.c
@@ -41,7 +41,9 @@ static int take_next_way(unsigned int color)
41 } else { 41 } else {
42 printk(KERN_WARNING "Vury bad\n"); 42 printk(KERN_WARNING "Vury bad\n");
43 /* Seriously bad. */ 43 /* Seriously bad. */
44#ifdef CONFIG_KGDB
44 kgdb_breakpoint(); 45 kgdb_breakpoint();
46#endif
45 BUG(); 47 BUG();
46 } 48 }
47 raw_spin_unlock(&lock); 49 raw_spin_unlock(&lock);