| To: | ralf@linux-mips.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] [MIPS] Kconfig: fix the arch-specific header path |
| From: | Dmitri Vorobiev <dmitri.vorobiev@movial.fi> |
| Date: | Wed, 10 Dec 2008 21:12:35 +0200 |
| Cc: | Dmitri Vorobiev <dmitri.vorobiev@movial.fi> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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@movial.fi>
---
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: Update ip32_defconfig., David Daney |
|---|---|
| Next by Date: | Re: [PATCH] [MIPS] Kconfig: fix the arch-specific header path, Shane McDonald |
| Previous by Thread: | [PATCH] MIPS: Update ip32_defconfig., David Daney |
| Next by Thread: | Re: [PATCH] [MIPS] Kconfig: fix the arch-specific header path, Shane McDonald |
| Indexes: | [Date] [Thread] [Top] [All Lists] |