Skip to content

Commit 77bc42c

Browse files
committed
irq: add base framework for IRQ handlers
enable timer IRQs on riscv
1 parent bfa6f2e commit 77bc42c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arch/aarch64.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ enum MemType {
6161
}
6262

6363
impl DescriptorAttr {
64+
#[allow(clippy::unusual_byte_groupings)]
6465
const ATTR_INDEX_MASK: u64 = 0b111_00;
6566

6667
const fn from_mem_type(mem_type: MemType) -> Self {

0 commit comments

Comments
 (0)