Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/sociox remove #ifdef _LP64 as jmcneil@ suggested



details:   https://anonhg.NetBSD.org/src/rev/3c8a3906396b
branches:  trunk
changeset: 746031:3c8a3906396b
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri Mar 20 09:41:24 2020 +0000

description:
remove #ifdef _LP64 as jmcneil@ suggested

diffstat:

 sys/arch/arm/sociox/if_ave.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 1baba040dd64 -r 3c8a3906396b sys/arch/arm/sociox/if_ave.c
--- a/sys/arch/arm/sociox/if_ave.c      Fri Mar 20 08:26:01 2020 +0000
+++ b/sys/arch/arm/sociox/if_ave.c      Fri Mar 20 09:41:24 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ave.c,v 1.1 2020/03/20 00:27:58 nisimura Exp $      */
+/*     $NetBSD: if_ave.c,v 1.2 2020/03/20 09:41:24 nisimura Exp $      */
 
 /*-
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ave.c,v 1.1 2020/03/20 00:27:58 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ave.c,v 1.2 2020/03/20 09:41:24 nisimura Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -290,14 +290,11 @@
 ave_fdt_match(device_t parent, cfdata_t cf, void *aux)
 {
        static const char * compatible[] = {
-#ifdef _LP64
                "socionext,unifier-ld20-ave4",
-#else
                "socionext,unifier-pro4-ave4",
                "socionext,unifier-pxs2-ave4",
                "socionext,unifier-ld11-ave4",
                "socionext,unifier-pxs3-ave4",
-#endif
                NULL
        };
        struct fdt_attach_args * const faa = aux;



Home | Main Index | Thread Index | Old Index