* Re: MIPS: Fixup ordering of micro assembler instructions.
[not found] <S1903563Ab2E3UqG/20120530204607Z+6387@eddie.linux-mips.org>
@ 2012-06-14 3:08 ` Steven J. Hill
2012-06-14 3:17 ` Steven J. Hill
2012-06-19 18:33 ` Ralf Baechle
0 siblings, 2 replies; 4+ messages in thread
From: Steven J. Hill @ 2012-06-14 3:08 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 05/30/2012 03:46 PM, linux-mips@linux-mips.org wrote:
> Author: Steven J. Hill <sjhill@mips.com> Fri May 11 01:35:47 2012 -0500
> Comitter: Ralf Baechle <ralf@linux-mips.org> Wed May 30 21:37:16 2012
> +0100 Commit: 6e3f8b69731d6dc03afdd47cfdddb0e479a6d2a9 Gitweb:
> http://git.linux-mips.org/g/ralf/linux/6e3f8b69731d Branch: master
>
> A number of new instructions have been added to the micro assembler
> causing the list to no longer be in alphabetical order. This patch fixes up
> the name ordering.
>
> Signed-off-by: Steven J. Hill <sjhill@mips.com> Cc:
> linux-mips@linux-mips.org Patchwork:
> https://patchwork.linux-mips.org/patch/3789/ Signed-off-by: Ralf Baechle
> <ralf@linux-mips.org>
>
Ralf,
This patch is fscked. The lines for _bbit0 and _bbit1 are duplicated. Please
commit a patch to remove the duplicate lines. Thanks.
- -Steve
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk/ZVZkACgkQgyK5H2Ic36drewCeKUkFQ27TQFv2H9yC2Qm2PrxG
y7cAnRWHD8HNU/FD3mKIlkGXEhHor+Xw
=Oumy
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: MIPS: Fixup ordering of micro assembler instructions.
2012-06-14 3:08 ` MIPS: Fixup ordering of micro assembler instructions Steven J. Hill
@ 2012-06-14 3:17 ` Steven J. Hill
2012-06-19 19:04 ` Ralf Baechle
2012-06-19 18:33 ` Ralf Baechle
1 sibling, 1 reply; 4+ messages in thread
From: Steven J. Hill @ 2012-06-14 3:17 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 06/13/2012 10:08 PM, Steven J. Hill wrote:
> On 05/30/2012 03:46 PM, linux-mips@linux-mips.org wrote:
>> Author: Steven J. Hill <sjhill@mips.com> Fri May 11 01:35:47 2012 -0500
>> Comitter: Ralf Baechle <ralf@linux-mips.org> Wed May 30 21:37:16 2012
>> +0100 Commit: 6e3f8b69731d6dc03afdd47cfdddb0e479a6d2a9 Gitweb:
>> http://git.linux-mips.org/g/ralf/linux/6e3f8b69731d Branch: master
>
>> A number of new instructions have been added to the micro assembler
>> causing the list to no longer be in alphabetical order. This patch fixes
>> up the name ordering.
>
>> Signed-off-by: Steven J. Hill <sjhill@mips.com> Cc:
>> linux-mips@linux-mips.org Patchwork:
>> https://patchwork.linux-mips.org/patch/3789/ Signed-off-by: Ralf Baechle
>> <ralf@linux-mips.org>
>
> Ralf,
>
> This patch is fscked. The lines for _bbit0 and _bbit1 are duplicated.
> Please commit a patch to remove the duplicate lines. Thanks.
>
And the file 'arch/mips/mm/uasm.c' was dropped the completely for no reason.
This also needs to be fixed in your commit.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk/ZV8QACgkQgyK5H2Ic36f3mACgqXks9+12ldKVl14HRrx5dn9k
Qz8An0EBsjuzb+f5GMmJPXFguNBwwCx2
=OszG
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MIPS: Fixup ordering of micro assembler instructions.
2012-06-14 3:17 ` Steven J. Hill
@ 2012-06-19 19:04 ` Ralf Baechle
0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2012-06-19 19:04 UTC (permalink / raw)
To: Steven J. Hill; +Cc: linux-mips
On Wed, Jun 13, 2012 at 10:17:24PM -0500, Steven J. Hill wrote:
> On 06/13/2012 10:08 PM, Steven J. Hill wrote:
> > On 05/30/2012 03:46 PM, linux-mips@linux-mips.org wrote:
> >> Author: Steven J. Hill <sjhill@mips.com> Fri May 11 01:35:47 2012 -0500
> >> Comitter: Ralf Baechle <ralf@linux-mips.org> Wed May 30 21:37:16 2012
> >> +0100 Commit: 6e3f8b69731d6dc03afdd47cfdddb0e479a6d2a9 Gitweb:
> >> http://git.linux-mips.org/g/ralf/linux/6e3f8b69731d Branch: master
> >
> >> A number of new instructions have been added to the micro assembler
> >> causing the list to no longer be in alphabetical order. This patch fixes
> >> up the name ordering.
> >
> >> Signed-off-by: Steven J. Hill <sjhill@mips.com> Cc:
> >> linux-mips@linux-mips.org Patchwork:
> >> https://patchwork.linux-mips.org/patch/3789/ Signed-off-by: Ralf Baechle
> >> <ralf@linux-mips.org>
> >
> > Ralf,
> >
> > This patch is fscked. The lines for _bbit0 and _bbit1 are duplicated.
> > Please commit a patch to remove the duplicate lines. Thanks.
> >
> And the file 'arch/mips/mm/uasm.c' was dropped the completely for no reason.
> This also needs to be fixed in your commit.
Also a victim of the conflicts I had to deal with, primarily because I
don't have the microMIPS stuff not yet applied.
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MIPS: Fixup ordering of micro assembler instructions.
2012-06-14 3:08 ` MIPS: Fixup ordering of micro assembler instructions Steven J. Hill
2012-06-14 3:17 ` Steven J. Hill
@ 2012-06-19 18:33 ` Ralf Baechle
1 sibling, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2012-06-19 18:33 UTC (permalink / raw)
To: Steven J. Hill; +Cc: linux-mips
On Wed, Jun 13, 2012 at 10:08:09PM -0500, Steven J. Hill wrote:
> On 05/30/2012 03:46 PM, linux-mips@linux-mips.org wrote:
> > Author: Steven J. Hill <sjhill@mips.com> Fri May 11 01:35:47 2012 -0500
> > Comitter: Ralf Baechle <ralf@linux-mips.org> Wed May 30 21:37:16 2012
> > +0100 Commit: 6e3f8b69731d6dc03afdd47cfdddb0e479a6d2a9 Gitweb:
> > http://git.linux-mips.org/g/ralf/linux/6e3f8b69731d Branch: master
> >
> > A number of new instructions have been added to the micro assembler
> > causing the list to no longer be in alphabetical order. This patch fixes up
> > the name ordering.
> >
> > Signed-off-by: Steven J. Hill <sjhill@mips.com> Cc:
> > linux-mips@linux-mips.org Patchwork:
> > https://patchwork.linux-mips.org/patch/3789/ Signed-off-by: Ralf Baechle
> > <ralf@linux-mips.org>
> >
> Ralf,
>
> This patch is fscked. The lines for _bbit0 and _bbit1 are duplicated. Please
> commit a patch to remove the duplicate lines. Thanks.
Unfscked. Sorry, I had so many conflicts with other patches as I was
juggling around this patch that it somehow got turned into green goo.
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-06-19 19:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <S1903563Ab2E3UqG/20120530204607Z+6387@eddie.linux-mips.org>
2012-06-14 3:08 ` MIPS: Fixup ordering of micro assembler instructions Steven J. Hill
2012-06-14 3:17 ` Steven J. Hill
2012-06-19 19:04 ` Ralf Baechle
2012-06-19 18:33 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.