git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix: remove unwanted interrupts during disk init and probing process.
[lunaix-os.git]
/
lunaix-os
/
kernel
/
proc0.c
diff --git
a/lunaix-os/kernel/proc0.c
b/lunaix-os/kernel/proc0.c
index be7d46885530f7b2afd4f5bdaf55b06d4b2b3210..759db2c0d19906bdffd2a34e8639615659e50bdb 100644
(file)
--- a/
lunaix-os/kernel/proc0.c
+++ b/
lunaix-os/kernel/proc0.c
@@
-142,6
+142,8
@@
__test_disk_io()
} else {
kprint_hex(buffer, 256);
}
+
+ vfree_dma(buffer);
}
void