Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/arch/mips/mips Remove redundant definition of ...
details: https://anonhg.NetBSD.org/src/rev/9aeefe4cefac
branches: pgoyette-compat
changeset: 830841:9aeefe4cefac
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Sep 29 10:59:00 2018 +0000
description:
Remove redundant definition of machine_arch32 and machine32
diffstat:
sys/arch/mips/mips/netbsd32_machdep_13.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r cfe41ef6eb1d -r 9aeefe4cefac sys/arch/mips/mips/netbsd32_machdep_13.c
--- a/sys/arch/mips/mips/netbsd32_machdep_13.c Sat Sep 29 10:22:36 2018 +0000
+++ b/sys/arch/mips/mips/netbsd32_machdep_13.c Sat Sep 29 10:59:00 2018 +0000
@@ -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 @@
#include <uvm/uvm_extern.h>
-const char machine32[] = MACHINE;
-const char machine_arch32[] = MACHINE32_ARCH;
-
#if 0
cpu_coredump32
netbsd32_cpu_upcall
Home |
Main Index |
Thread Index |
Old Index