git: kernel - add 'i' command to ddb

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Dec 5 15:29:44 PST 2017


commit abfdbc2bc2acdf229435eaf1ee34e9e4b0c0bb1c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Dec 5 15:29:00 2017 -0800

    kernel - add 'i' command to ddb
    
    * Add the 'i' command, which just issues a cpu_invltlb() on the
      current cpu.  Useful when testing MMU/PMAP issues.

Summary of changes:
 sys/ddb/db_command.c | 1 +
 sys/ddb/db_watch.c   | 7 +++++++
 sys/ddb/ddb.h        | 1 +
 3 files changed, 9 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/abfdbc2bc2acdf229435eaf1ee34e9e4b0c0bb1c


-- 
DragonFly BSD source repository



More information about the Commits mailing list