Skip to content

Commit cd2c014

Browse files
committed
pmm: remove unnecessary log
1 parent 5928a6d commit cd2c014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/memory/physical.c

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ int pmmMark(uintptr_t phys, bool use) {
5757
*/
5858

5959
int pmmMarkContiguous(uintptr_t phys, size_t count, bool use) {
60-
KDEBUG("marking contigiuous at 0x%X\n", phys);
6160
int status = 0;
6261
for(size_t i = 0; i < count; i++) {
6362
status |= pmmMark(phys, use);

0 commit comments

Comments
 (0)