1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:37:34 +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:
Andreas Kling 2021-07-25 14:38:24 +02:00
parent 5fb91e2e84
commit 09bc4cee15
3 changed files with 0 additions and 7 deletions

View file

@ -29,7 +29,6 @@
#define MADV_SET_VOLATILE 0x100
#define MADV_SET_NONVOLATILE 0x200
#define MADV_GET_VOLATILE 0x400
__BEGIN_DECLS