All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: add myself as Lantiq MIPS architecture maintainer
@ 2016-01-04 19:28 John Crispin
  2016-01-04 19:28 ` [PATCH 2/2] MAINTAINERS: add myself as Ralink " John Crispin
  2016-01-04 21:55 ` [PATCH 1/2] MAINTAINERS: add myself as Lantiq " Sergei Shtylyov
  0 siblings, 2 replies; 3+ messages in thread
From: John Crispin @ 2016-01-04 19:28 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

Signed-off-by: John Crispin <blogic@openwrt.org>
---
 MAINTAINERS             |    6 ++++++
 arch/mips/vdso/Makefile |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 233f834..a54824b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6215,6 +6215,12 @@ S:	Maintained
 F:	net/l3mdev
 F:	include/net/l3mdev.h
 
+LANTIQ MIPS ARCHITECTURE
+M:	John Crispin <blogic@openwrt.org>
+L:	linux-mips@linux-mips.org
+S:	Maintained
+F:	arch/mips/lantiq
+
 LAPB module
 L:	linux-x25@vger.kernel.org
 S:	Orphan
diff --git a/arch/mips/vdso/Makefile b/arch/mips/vdso/Makefile
index 018f8c7..1456890 100644
--- a/arch/mips/vdso/Makefile
+++ b/arch/mips/vdso/Makefile
@@ -26,7 +26,7 @@ aflags-vdso := $(ccflags-vdso) \
 # the comments on that file.
 #
 ifndef CONFIG_CPU_MIPSR6
-  ifeq ($(call ld-ifversion, -lt, 22500000, y),)
+  ifeq ($(call ld-ifversion, -lt, 22500000, y),y)
     $(warning MIPS VDSO requires binutils >= 2.25)
     obj-vdso-y := $(filter-out gettimeofday.o, $(obj-vdso-y))
     ccflags-vdso += -DDISABLE_MIPS_VDSO
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-04 21:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-04 19:28 [PATCH 1/2] MAINTAINERS: add myself as Lantiq MIPS architecture maintainer John Crispin
2016-01-04 19:28 ` [PATCH 2/2] MAINTAINERS: add myself as Ralink " John Crispin
2016-01-04 21:55 ` [PATCH 1/2] MAINTAINERS: add myself as Lantiq " Sergei Shtylyov

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.