> As long as you're changing that line, I'd suggest fixing the spelling > mistake, too (debuging should be debugging). Indeed :) Didn't notice that, thank you. Dmitri > > Shane > > On Wed, Dec 10, 2008 at 1:12 PM, Dmitri Vorobiev > <dmitri.vorobiev@xxxxxxxxx> wrote: >> >> The header path in the help text for the RUNTIME_DEBUG config >> option is obsolete and needs to be updated to match the new >> location of architecture-specific header files. >> >> Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@xxxxxxxxx> >> --- >> arch/mips/Kconfig.debug | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug >> index 765c8e2..aab004f 100644 >> --- a/arch/mips/Kconfig.debug >> +++ b/arch/mips/Kconfig.debug >> @@ -48,7 +48,7 @@ config RUNTIME_DEBUG >> help >> If you say Y here, some debugging macros will do run-time >> checking. >> If you say N here, those macros will mostly turn to no-ops. >> See >> - include/asm-mips/debug.h for debuging macros. >> + arch/mips/include/asm/debug.h for debuging macros. >> If unsure, say N. >> >> endmenu >> -- >> 1.5.4.3 >> >> >