diff options
author | Brian Gianforcaro <b.gianfo@gmail.com> | 2020-08-01 16:31:13 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-02 10:56:33 +0200 |
commit | e67d0c9eef8d34714da3b0a2730ae31110e5181d (patch) | |
tree | 556e4b56fa734fd69e719d038a8cbbfb1e702f75 /Kernel/Syscalls | |
parent | 10e912d68c47d4575c3030948fbcf3d11ba4a30d (diff) | |
download | serenity-e67d0c9eef8d34714da3b0a2730ae31110e5181d.zip |
LibKeyboard: Don't compile CharacterMap:set_system_map in kernel mode
In preparation for using Userspace<T> in Syscall::SC_setkeymap_params
remove the usage of SC_setkeymap_params from when compiling in kernel
mode. In kernel model we would need to do a bunch of explicit FlatPtr
cats to in order to get it to compile, and it's unused anyway, so just
avoid the pain.
Diffstat (limited to 'Kernel/Syscalls')
0 files changed, 0 insertions, 0 deletions