Received: from mail.onstor.com (66.201.51.107) by exch1.onstor.net
 (10.0.0.225) with Microsoft SMTP Server id 8.1.311.2; Wed, 10 Dec 2008
 11:14:02 -0800
Received: from dalesmta2-2.messageone.com ([129.41.169.249]) by
 mail.onstor.com with Microsoft SMTPSVC(6.0.3790.3959);	 Wed, 10 Dec 2008
 11:14:01 -0800
Received: from ftp.linux-mips.org (ftp.linux-mips.org [213.58.128.207])	by
 dalesmta2-2.messageone.com (8.13.8/8.13.8) with ESMTP id mBAJDreF002538	for
 <andy.sharp@onstor.com>; Wed, 10 Dec 2008 13:13:57 -0600
Received: from localhost.localdomain ([127.0.0.1]:7088 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP	id S24207725AbYLJTNG
 (ORCPT <rfc822;andy.sharp@onstor.com>);	Wed, 10 Dec 2008 19:13:06 +0000
Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 10 Dec 2008 19:12:49
 +0000 (GMT)
Received: from smtp.movial.fi ([62.236.91.34]:41403 "EHLO smtp.movial.fi")	by
 ftp.linux-mips.org with ESMTP id S24207710AbYLJTMn (ORCPT
	<rfc822;linux-mips@linux-mips.org>); Wed, 10 Dec 2008 19:12:43 +0000
Received: from localhost (mailscanner.hel.movial.fi [172.17.81.9])	by
 smtp.movial.fi (Postfix) with ESMTP id 020A7C8012;	Wed, 10 Dec 2008 21:12:36
 +0200 (EET)
Received: from smtp.movial.fi ([62.236.91.34])	by localhost
 (mailscanner.hel.movial.fi [172.17.81.9]) (amavisd-new, port 10026)	with
 ESMTP id r5TstYOMldnK; Wed, 10 Dec 2008 21:12:35 +0200 (EET)
Received: from sd048.hel.movial.fi (sd048.hel.movial.fi [172.17.49.48])	(using
 TLSv1 with cipher ADH-AES256-SHA (256/256 bits))	(No client certificate
 requested)	by smtp.movial.fi (Postfix) with ESMTP id DAF06C8010;	Wed, 10 Dec
 2008 21:12:35 +0200 (EET)
Received: by sd048.hel.movial.fi (Postfix, from userid 30120)	id 8C10A108009;
 Wed, 10 Dec 2008 21:12:35 +0200 (EET)
From: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
To: "ralf@linux-mips.org" <ralf@linux-mips.org>, "linux-mips@linux-mips.org"
	<linux-mips@linux-mips.org>
CC: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Wed, 10 Dec 2008 11:12:35 -0800
Subject: [PATCH] [MIPS] Kconfig: fix the arch-specific header path
Thread-Topic: [PATCH] [MIPS] Kconfig: fix the arch-specific header path
Thread-Index: Acla+3ZKO7ayj1hMSCOoi1qTJEBfWA==
Message-ID: <1228936355-11675-1-git-send-email-dmitri.vorobiev@movial.fi>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 0b
X-MS-Exchange-Organization-AuthSource: exch1.onstor.net
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-originalarrivaltime: 10 Dec 2008 19:14:02.0121 (UTC)
 FILETIME=[7615EF90:01C95AFB]
errors-to: linux-mips-bounce@linux-mips.org
x-virus-scanned: Debian amavisd-new at movial.fi
x-ems-proccessed: 2K3Xl1OQTInXD6xxuA8z3Q==
x-ems-stamp: UW/JpI2STesu3LtYIxWYuw==
x-messageone-virus-version: vendor=fsecure
 engine=4.65.7400:2.4.4,1.2.40,4.0.164
 definitions=2008-12-10_08:2008-12-08,2008-12-10,2008-12-10 signatures=0
x-messageone-virus-scanned: Clean
x-messageone-envelope-sender: linux-mips-bounce@linux-mips.org
x-messageone-spam-details: rule=m773emszm_notspam policy=m773emszm score=0
 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam
 adjust=0 reason=mlx engine=3.1.0-0810130000 definitions=main-0812100109
x-messageone-spam-score: 0
x-messageone-spam-bar:
x-list: linux-mips
x-archive-position: 21568
x-ecartis-version: Ecartis v1.0.0
x-original-sender: dmitri.vorobiev@movial.fi
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

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.
=20
 endmenu
--=20
1.5.4.3


