summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/pmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/mips/pmap.c')
-rw-r--r--sys/mips/mips/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index 2ca8ed5..dacf43f 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -3243,7 +3243,7 @@ DB_SHOW_COMMAND(ptable, ddb_pid_dump)
vm_offset_t va;
if (have_addr) {
- td = db_lookup_thread(addr, TRUE);
+ td = db_lookup_thread(addr, true);
if (td == NULL) {
db_printf("Invalid pid or tid");
return;
OpenPOWER on IntegriCloud