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 mips_db_command_table



details:   https://anonhg.NetBSD.org/src/rev/0d929c468797
branches:  trunk
changeset: 477708:0d929c468797
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Oct 28 06:54:16 1999 +0000

description:
sort mips_db_command_table

diffstat:

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

diffs (19 lines):

diff -r 63a90d574abd -r 0d929c468797 sys/arch/mips/mips/db_interface.c
--- a/sys/arch/mips/mips/db_interface.c Thu Oct 28 06:49:20 1999 +0000
+++ b/sys/arch/mips/mips/db_interface.c Thu Oct 28 06:54:16 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_interface.c,v 1.20 1999/10/12 17:08:58 jdolecek Exp $       */
+/*     $NetBSD: db_interface.c,v 1.21 1999/10/28 06:54:16 lukem Exp $  */
 
 /*
  * Mach Operating System
@@ -356,8 +356,8 @@
 struct db_command mips_db_command_table[] = {
        { "halt",       db_halt_cmd,            0,      0 },
        { "kvtop",      db_kvtophys_cmd,        0,      0 },
+       { "tlb",        db_tlbdump_cmd,         0,      0 },
        { "trapdump",   db_trapdump_cmd,        0,      0 },
-       { "tlb",        db_tlbdump_cmd,         0,      0 },
        { (char *)0, }
 };
 



Home | Main Index | Thread Index | Old Index