Skip to content

Commit 1c15ae2

Browse files
committed
amd64/pmap: remove debug code.
1 parent 44a6beb commit 1c15ae2

File tree

6 files changed

+7
-366
lines changed

6 files changed

+7
-366
lines changed

sys/amd64/amd64/machdep.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,9 +1303,7 @@ hammer_time(u_int64_t modulep, u_int64_t physfree)
13031303

13041304
TSRAW(&thread0, TS_ENTER, __func__, NULL);
13051305

1306-
printf("CHUQ %s physfree 0x%lx\n", __func__, physfree);
13071306
physfree = round_page(physfree);
1308-
printf("CHUQ %s physfree now 0x%lx\n", __func__, physfree);
13091307

13101308
kernphys = amd64_loadaddr();
13111309

0 commit comments

Comments
 (0)