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 Use proper names for netbsd32_m...



details:   https://anonhg.NetBSD.org/src/rev/d8d4701bf598
branches:  pgoyette-compat
changeset: 830839:d8d4701bf598
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 29 10:18:29 2018 +0000

description:
Use proper names for netbsd32_machdep_md_16_{init,fini}() routines

diffstat:

 sys/arch/mips/mips/netbsd32_machdep_16.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 33a2626869ef -r d8d4701bf598 sys/arch/mips/mips/netbsd32_machdep_16.c
--- a/sys/arch/mips/mips/netbsd32_machdep_16.c  Sat Sep 29 10:11:34 2018 +0000
+++ b/sys/arch/mips/mips/netbsd32_machdep_16.c  Sat Sep 29 10:18:29 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_machdep_16.c,v 1.1.2.7 2018/09/29 10:11:34 pgoyette Exp $     */
+/*     $NetBSD: netbsd32_machdep_16.c,v 1.1.2.8 2018/09/29 10:18:29 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.7 2018/09/29 10:11:34 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.8 2018/09/29 10:18:29 pgoyette Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_coredump.h"
@@ -101,14 +101,14 @@
 MODULE_UNSET_HOOK(netbsd32_sendsig_hook);
 
 void    
-netbsd32_machdep_md_init(void)
+netbsd32_machdep_md_16_init(void)
 {       
                 
        netbsd32_sendsig_hook_set();
 }               
                 
 void            
-netbsd32_machdep_md_fini(void)
+netbsd32_machdep_md_16_fini(void)
 {       
 
        netbsd32_sendsig_hook_unset();



Home | Main Index | Thread Index | Old Index