-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aarch64: move generic system timer to its own crate (#1054)
* `LocalInterruptController::enable_timer_interrupt()` now uses this generic timer crate to manage the CPU-local timer interrupt. * Enable/disable the generic system timer and its interrupt together. * Refactor code that was originally in the `interrupts` crate by moving it into the most relevant crate, e.g., timeslice and preemptive scheduling interrupt stuff is now in `scheduler` where it belongs. 38fbae0
- Loading branch information
1 parent
8d9f871
commit 7624ad9
Showing
21 changed files
with
244 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.