Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Add db_show_tlb_cmd prototype



details:   https://anonhg.NetBSD.org/src/rev/16b416e2fba8
branches:  trunk
changeset: 793916:16b416e2fba8
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 01 05:28:23 2014 +0000

description:
Add db_show_tlb_cmd prototype

diffstat:

 sys/arch/arm/include/arm32/db_machdep.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0633bd59d2cb -r 16b416e2fba8 sys/arch/arm/include/arm32/db_machdep.h
--- a/sys/arch/arm/include/arm32/db_machdep.h   Sat Mar 01 05:27:22 2014 +0000
+++ b/sys/arch/arm/include/arm32/db_machdep.h   Sat Mar 01 05:28:23 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.7 2013/01/05 15:06:51 christos Exp $ */
+/* $NetBSD: db_machdep.h,v 1.8 2014/03/01 05:28:23 matt Exp $ */
 
 #ifndef _ARM32_DB_MACHDEP_H_
 #define _ARM32_DB_MACHDEP_H_
@@ -7,5 +7,8 @@
 
 void db_show_frame_cmd(db_expr_t, bool, db_expr_t, const char *);
 void db_show_fault_cmd(db_expr_t, bool, db_expr_t, const char *);
+#ifdef _KERNEL
+void db_show_tlb_cmd(db_expr_t, bool, db_expr_t, const char *);
+#endif
 
 #endif



Home | Main Index | Thread Index | Old Index