From b0abf39b95d679bb9563f185f2206460b08724b4 Mon Sep 17 00:00:00 2001 From: eteo Date: Wed, 4 Jul 2007 17:05:00 +0000 Subject: 2007-07-05 Eugene Teo * regs.c (_stp_print_regs): #ifdef CONFIG_CPU_CP15 instead. --- runtime/regs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/regs.c') diff --git a/runtime/regs.c b/runtime/regs.c index 00130e99..bc717695 100644 --- a/runtime/regs.c +++ b/runtime/regs.c @@ -253,7 +253,7 @@ void _stp_print_regs(struct pt_regs * regs) processor_modes[processor_mode(regs)], thumb_mode(regs) ? " (T)" : "", get_fs() == get_ds() ? "kernel" : "user"); -#if CONFIG_CPU_CP15 +#ifdef CONFIG_CPU_CP15 { unsigned int ctrl; __asm__ ( -- cgit