mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
Kernel: Remove unused madvise(MADV_GET_VOLATILE)
This was used to query the volatile state of a memory region, however nothing ever actually used it.
This commit is contained in:
parent
5fb91e2e84
commit
09bc4cee15
3 changed files with 0 additions and 7 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define MADV_SET_VOLATILE 0x100
|
||||
#define MADV_SET_NONVOLATILE 0x200
|
||||
#define MADV_GET_VOLATILE 0x400
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue