Skip to content

Commit

Permalink
Update kernel/src/syscall.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Amit Levy <[email protected]>
  • Loading branch information
LawrenceEsswood and alevy authored Nov 8, 2024
1 parent 7ec6bdd commit d0fa5fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/src/syscall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ pub enum Syscall {
driver_number: usize,
/// The subscribe identifier.
subdriver_number: usize,
// On CHERI platforms we need to maintain metadata for
// these two as they are used to access code/data.
/// Upcall pointer to the upcall function.
upcall_ptr: CapabilityPtr,
/// Userspace application data.
Expand Down

0 comments on commit d0fa5fc

Please sign in to comment.