Module Name:    src
Committed By:   pgoyette
Date:           Sat Sep 29 10:59:00 UTC 2018

Modified Files:
        src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep_13.c

Log Message:
Remove redundant definition of machine_arch32 and machine32


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/mips/netbsd32_machdep_13.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/netbsd32_machdep_13.c
diff -u src/sys/arch/mips/mips/netbsd32_machdep_13.c:1.1.2.2 src/sys/arch/mips/mips/netbsd32_machdep_13.c:1.1.2.3
--- src/sys/arch/mips/mips/netbsd32_machdep_13.c:1.1.2.2	Sat Sep 29 08:07:54 2018
+++ src/sys/arch/mips/mips/netbsd32_machdep_13.c	Sat Sep 29 10:59:00 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: netbsd32_machdep_13.c,v 1.1.2.2 2018/09/29 08:07:54 pgoyette Exp $	*/
+/*	$NetBSD: netbsd32_machdep_13.c,v 1.1.2.3 2018/09/29 10:59:00 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_13.c,v 1.1.2.2 2018/09/29 08:07:54 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_13.c,v 1.1.2.3 2018/09/29 10:59:00 pgoyette Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_coredump.h"
@@ -66,9 +66,6 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_mac
 
 #include <uvm/uvm_extern.h>
 
-const char machine32[] = MACHINE;
-const char machine_arch32[] = MACHINE32_ARCH;
-
 #if 0
 cpu_coredump32
 netbsd32_cpu_upcall

Reply via email to