diff options
author | Damien Zammit <damien@zamaudio.com> | 2023-02-13 08:50:02 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-14 00:07:22 +0100 |
commit | b6b163bdb38ce0ced56ecd9769232a09daa4b215 (patch) | |
tree | b7afa4d77d6b5d8441b6954b2ad4e84b05f782b8 /i386/intel | |
parent | 544071f200124fafd4fe7628c54f124e8577ca82 (diff) | |
download | gnumach-b6b163bdb38ce0ced56ecd9769232a09daa4b215.tar.gz gnumach-b6b163bdb38ce0ced56ecd9769232a09daa4b215.tar.bz2 gnumach-b6b163bdb38ce0ced56ecd9769232a09daa4b215.zip |
Remove verbose debug printfs
Message-Id: <20230213084919.1157074-5-damien@zamaudio.com>
Diffstat (limited to 'i386/intel')
-rw-r--r-- | i386/intel/pmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 40ddcd6a..0316d15a 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -3054,7 +3054,6 @@ void pmap_update_interrupt(void) int s; my_cpu = cpu_number(); - printf("PMAP(%d)\n", my_cpu); /* * Exit now if we're idle. We'll pick up the update request |