mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
Kernel: Remove read_tsc() syscall
Since nothing is using this, let's just remove it. That's one less thing to worry about.
This commit is contained in:
parent
23e4e03233
commit
24cc67d199
5 changed files with 1 additions and 21 deletions
|
@ -79,7 +79,7 @@ typedef u32 socklen_t;
|
|||
__ENUMERATE_SYSCALL(select) \
|
||||
__ENUMERATE_SYSCALL(unlink) \
|
||||
__ENUMERATE_SYSCALL(poll) \
|
||||
__ENUMERATE_SYSCALL(read_tsc) \
|
||||
__ENUMERATE_REMOVED_SYSCALL(read_tsc) \
|
||||
__ENUMERATE_SYSCALL(rmdir) \
|
||||
__ENUMERATE_SYSCALL(chmod) \
|
||||
__ENUMERATE_SYSCALL(usleep) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue