Skip to content

Commit

Permalink
Test Interrupt Priority Cache before enabling MMU: OK
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Dec 4, 2023
1 parent 5678034 commit f00ea43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/risc-v/src/jh7110/jh7110_mm_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ void jh7110_mm_init(void)
_info("Test Interrupt Priority\n");
void test_interrupt_priority(void);
test_interrupt_priority(); // Works OK!

// Test Interrupt Priority Cache
// _info("Test Interrupt Priority Cache\n");
// void test_interrupt_priority_cache(void); // Works OK!
// test_interrupt_priority_cache();
//// End Test

/* Setup the kernel mappings */
Expand Down

0 comments on commit f00ea43

Please sign in to comment.