Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips sort



details:   https://anonhg.NetBSD.org/src/rev/e940165a5790
branches:  trunk
changeset: 359636:e940165a5790
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 15 08:56:41 2022 +0000

description:
sort

diffstat:

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

diffs (30 lines):

diff -r 769d518a38f3 -r e940165a5790 sys/arch/mips/mips/db_interface.c
--- a/sys/arch/mips/mips/db_interface.c Sat Jan 15 08:14:37 2022 +0000
+++ b/sys/arch/mips/mips/db_interface.c Sat Jan 15 08:56:41 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_interface.c,v 1.94 2021/05/23 23:22:55 dholland Exp $       */
+/*     $NetBSD: db_interface.c,v 1.95 2022/01/15 08:56:41 skrll Exp $  */
 
 /*
  * Mach Operating System
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.94 2021/05/23 23:22:55 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.95 2022/01/15 08:56:41 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_multiprocessor.h"
@@ -87,9 +87,9 @@
 static void db_mach_cpu_cmd(db_expr_t, bool, db_expr_t, const char *);
 #endif
 
-void db_tlbdump_cmd(db_expr_t, bool, db_expr_t, const char *);
+void db_cp0dump_cmd(db_expr_t, bool, db_expr_t, const char *);
 void db_kvtophys_cmd(db_expr_t, bool, db_expr_t, const char *);
-void db_cp0dump_cmd(db_expr_t, bool, db_expr_t, const char *);
+void db_tlbdump_cmd(db_expr_t, bool, db_expr_t, const char *);
 #ifdef MIPS64_XLS
 void db_mfcr_cmd(db_expr_t, bool, db_expr_t, const char *);
 void db_mtcr_cmd(db_expr_t, bool, db_expr_t, const char *);



Home | Main Index | Thread Index | Old Index