Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: John Crispin <john@phrozen.org>
To: linux-mips@linux-mips.org
Subject: Re: [PATCH] MIPS: Whitespace and various formatting clean-ups for microMIPS.
Date: Fri, 17 Aug 2012 15:14:52 +0200	[thread overview]
Message-ID: <502E43CC.2030509@phrozen.org> (raw)
In-Reply-To: <1343166045-1974-1-git-send-email-sjhill@mips.com>

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

      reply	other threads:[~2012-08-17 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-24 21:40 [PATCH] MIPS: Whitespace and various formatting clean-ups for microMIPS Steven J. Hill
2012-08-17 13:14 ` John Crispin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=502E43CC.2030509@phrozen.org \
    --to=john@phrozen.org \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox