We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5928a6d commit cd2c014Copy full SHA for cd2c014
src/memory/physical.c
@@ -57,7 +57,6 @@ int pmmMark(uintptr_t phys, bool use) {
57
*/
58
59
int pmmMarkContiguous(uintptr_t phys, size_t count, bool use) {
60
- KDEBUG("marking contigiuous at 0x%X\n", phys);
61
int status = 0;
62
for(size_t i = 0; i < count; i++) {
63
status |= pmmMark(phys, use);
0 commit comments