mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel: Remove some unnecessary leaking of kernel pointers into dmesg
There's a lot more of this and we need to stop printing kernel pointers anywhere but the debug console.
This commit is contained in:
parent
66d5ebafa6
commit
54d182f553
Notes:
sideshowbarker
2024-07-19 10:31:38 +09:00
Author: https://github.com/awesomekling
Commit: 54d182f553
4 changed files with 11 additions and 8 deletions
|
@ -96,7 +96,7 @@ KResultOr<Region*> BXVGADevice::mmap(Process& process, FileDescription&, Virtual
|
|||
0,
|
||||
"BXVGA Framebuffer",
|
||||
prot);
|
||||
kprintf("BXVGA: %s(%u) created Region{%p} with size %u for framebuffer P%x with vaddr V%p\n",
|
||||
dbgprintf("BXVGA: %s(%u) created Region{%p} with size %u for framebuffer P%x with vaddr V%p\n",
|
||||
process.name().characters(), process.pid(),
|
||||
region, region->size(), m_framebuffer_address.as_ptr(), region->vaddr().get());
|
||||
ASSERT(region);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue