From 6f236a7dfbbd74284fec216361f30813998397d3 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 18 Apr 2024 03:11:41 +0200 Subject: chore --- src/machine/interrupt.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/machine/interrupt.rs') diff --git a/src/machine/interrupt.rs b/src/machine/interrupt.rs index 1cd3234..c764eb4 100644 --- a/src/machine/interrupt.rs +++ b/src/machine/interrupt.rs @@ -1,2 +1,6 @@ +// a "machine" level interrupt controlling interface: so that the kernel could +// enable and disable the interrupt without differentiate the architectures +// currently not in use because we are not so complicated yet. Perhaps this +// helper will deem unnecessary in the future ... #[cfg(target_arch = "x86_64")] pub use crate::arch::x86_64::interrupt::*; -- cgit v1.2.3-70-g09d2