| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH -queue 1/3] [loongson] lemote-2f: add cs5536 MFGPT timer support |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 11 Nov 2009 21:41:02 +0800 |
| Cc: | linux-mips@linux-mips.org, cpufreq@vger.kernel.org, Dave Jones <davej@redhat.com>, yanh@lemote.com, huhb@lemote.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=MVKEIWqHlwQbxvuJHuJVuaHBXxoKlAmZf+TXgvatg6Q=; b=tuesl8BD599Pjom4vnRvmf6CvJWsaVS4F4pfZMhpw3w/3EdUnAZ9aIItCIZ9+YRFlA /ItcXtdjI/JB/Ua9woaVB9prKFQ807Kb16sA2q829tufkESkSK5GS0+F3CZK2XzoP+64 YQv70joitf2cPRflOdXPVw0qZ+pkevazrZqZk= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=nhGZxUVvsRa3an0FeJMP9WeokUZu/AT2D53v6PniqbelCsueGbJkvZU/LyfWyJnXiT NbTXs75BMAfBzty3HZ8+trcjGVI0f412me61Z0d8nKwL/fIwmfsou4QFgTxJC6PnSgA8 wZ1LM189aFKMAPSSvi3Tnhx8Od71cCctgv2YI= |
| In-reply-to: | <de82733902e9549883b840f082a67b9edaa32c45.1257923011.git.wuzhangjin@gmail.com> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1257923011.git.wuzhangjin@gmail.com> <de82733902e9549883b840f082a67b9edaa32c45.1257923011.git.wuzhangjin@gmail.com> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi,
On Wed, 2009-11-11 at 15:09 +0800, Wu Zhangjin wrote:
[...]
> diff --git a/arch/mips/include/asm/mach-loongson/cs5536/cs5536_mfgpt.h
> b/arch/mips/include/asm/mach-loongson/cs5536/cs5536_mfgpt.h
[...]
> +
> +#ifdef CONFIG_CS5536_MFGPT
> +extern void setup_mfgpt_timer(void);
> +extern void disable_mfgpt0_counter(void);
> +extern void enable_mfgpt0_counter(void);
> +#else
> +static inline void __maybe_unused setup_mfgpt0_timer(void)
Sorry, the above line should be:
+static inline void __maybe_unused setup_mfgpt_timer(void)
No 0 there.
Regards,
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH -queue] [loongson] arch/mips/pci/fixup-lemote2f.c: Remove unused variable, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Make local arrays with CL_SIZE static __initdata, Ralf Baechle |
| Previous by Thread: | Re: [PATCH -queue 3/3] [loongson] 2f: add Cpufreq support, Wu Zhangjin |
| Next by Thread: | Re: [PATCH -queue 1/3] [loongson] lemote-2f: add cs5536 MFGPT timer support, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |