| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] [loongson] Fixups of "MIPS: Loongson 2F: Add suspend support framework" |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 13 Nov 2009 10:03:28 +0800 |
| Cc: | linux-mips@linux-mips.org, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=uitlUtHY2h4uiz6PUQP8cDguSpGa8xo6YC7EbQNC5pE=; b=SZwEEjNh+j4aomlppjtQaRq+3erFd2M/b2Br6iAlWo1WWzBsbgRoEqlTLAHfxpIjBf fScu3ZvzQipehQvKTTyRzzueQPFRIf7LXVGTOXf79Np/kebu/X4Nfijlt35WqijZKPSU fA4koIFdD/r32JDvmQfTn87mBNtYdz+S+lEXQ= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=ZsVgealpo+lMJZSmM79DrGo0QbtbeZcKO80WAvS/bju7gmpsBesAJ1n0ZWniZjHTVA kR980lxRFiwR5nCyAKjFPR3/rJdtBE2sjoZI71v8vRtmJuOSRc2ia4677VkLxkBJqokY Ylf3gtDCxf2cpxDLJhyERbe33CQp8IEVkLMjQ= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi, Ralf
You have helped changing the CPU_SUPPORT_CPUFREQ to
CPU_SUPPORTS_CPUFREQ(arch/mips/Kconfig), we need to change it here too.
Could you please fold this patch into "MIPS: Loongson 2F: Add suspend
support framework"?
Thanks & Regards,
Wu Zhangjin
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/loongson/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig
index 029360f..17e72fd 100644
--- a/arch/mips/loongson/Kconfig
+++ b/arch/mips/loongson/Kconfig
@@ -65,4 +65,4 @@ config CS5536
config LOONGSON_SUSPEND
bool
default y
- depends on CPU_SUPPORT_CPUFREQ && SUSPEND
+ depends on CPU_SUPPORTS_CPUFREQ && SUSPEND
--
1.6.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v7 04/17] tracing: add static function tracer support for MIPS, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH -queue 1/3] [loongson] lemote-2f: add cs5536 MFGPT timer support, Wu Zhangjin |
| Previous by Thread: | Patchwork, Ralf Baechle |
| Next by Thread: | Re: [PATCH] [loongson] Fixups of "MIPS: Loongson 2F: Add suspend support framework", Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |