| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: [PATCH] MIPS: Whitespace and various formatting clean-ups for microMIPS. |
| From: | John Crispin <john@phrozen.org> |
| Date: | Fri, 17 Aug 2012 15:14:52 +0200 |
| In-reply-to: | <1343166045-1974-1-git-send-email-sjhill@mips.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1343166045-1974-1-git-send-email-sjhill@mips.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
On 24/07/12 23:40, Steven J. Hill wrote: > diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c > index 5542817..5569d09 100644 > --- a/arch/mips/kernel/proc.c > +++ b/arch/mips/kernel/proc.c > @@ -64,13 +64,14 @@ static int show_cpuinfo(struct seq_file *m, void *v) > cpu_data[n].watch_reg_masks[i]); > seq_printf(m, "]\n"); > } > - seq_printf(m, "ASEs implemented\t:%s%s%s%s%s%s\n", > + seq_printf(m, "ASEs implemented\t:%s%s%s%s%s%s%s\n", > cpu_has_mips16 ? " mips16" : "", > cpu_has_mdmx ? " mdmx" : "", > cpu_has_mips3d ? " mips3d" : "", > cpu_has_smartmips ? " smartmips" : "", > cpu_has_dsp ? " dsp" : "", > - cpu_has_mipsmt ? " mt" : "" > + cpu_has_mipsmt ? " mt" : "", > + cpu_has_mmips ? " micromips" : "" > ); > seq_printf(m, "shadow register sets\t: %d\n", > cpu_data[n].srsets); Hi, this looks like it should not be part of the patch ? John |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/2] Fix pci id check., John Crispin |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Optimize pgd_init and pmd_init, Ralf Baechle |
| Previous by Thread: | Re: [PATCH 2/2] Fix pci id check., John Crispin |
| Next by Thread: | PCI Section mismatch error in linux-next., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |