Skip to content

Commit

Permalink
Revert Test Interrupt Priority
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Dec 4, 2023
1 parent 660676b commit 5678034
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/risc-v/src/jh7110/bl602_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,14 @@ static int bl602_attach(struct uart_dev_s *dev)
infodumpbuffer("PLIC Hart 0 M-Mode Claim / Complete", 0xe0200004, 1 * 4);

// Test Interrupt Priority
// _info("Test Interrupt Priority\n");
// void test_interrupt_priority(void);
// test_interrupt_priority();
_info("Test Interrupt Priority\n");
void test_interrupt_priority(void);
test_interrupt_priority();

// Test Interrupt Priority Cache
_info("Test Interrupt Priority Cache\n");
void test_interrupt_priority_cache(void);
test_interrupt_priority_cache();
// _info("Test Interrupt Priority Cache\n");
// void test_interrupt_priority_cache(void);
// test_interrupt_priority_cache();

// Set PLIC Interrupt Priority to 1
_info("Set PLIC Interrupt Priority to 1\n");
Expand Down

0 comments on commit 5678034

Please sign in to comment.