mbox series

[v4,0/2] MIPS: Remove some code

Message ID 1639451342-7029-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series MIPS: Remove some code | expand

Message

Tiezhu Yang Dec. 14, 2021, 3:09 a.m. UTC
Thanks Nathan, Masahiro and Ryutaroh.

v4:
  -- update the commit message of patch #1
  -- add Reviewed-by tags

Tiezhu Yang (2):
  MIPS: SGI-IP22: Remove unnecessary check of GCC option
  MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms

 arch/mips/Makefile          | 2 --
 arch/mips/sgi-ip22/Platform | 5 -----
 2 files changed, 7 deletions(-)

Comments

Thomas Bogendoerfer Dec. 14, 2021, 9:32 a.m. UTC | #1
On Tue, Dec 14, 2021 at 11:09:00AM +0800, Tiezhu Yang wrote:
> Thanks Nathan, Masahiro and Ryutaroh.
> 
> v4:
>   -- update the commit message of patch #1
>   -- add Reviewed-by tags
> 
> Tiezhu Yang (2):
>   MIPS: SGI-IP22: Remove unnecessary check of GCC option
>   MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms
> 
>  arch/mips/Makefile          | 2 --
>  arch/mips/sgi-ip22/Platform | 5 -----
>  2 files changed, 7 deletions(-)
> 
> -- 
> 2.1.0

series applied to mips-next.

Thomas.