mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-27 15:56:14 -04:00
Removing writes to read-only PLIC interrupt pending registers.
Signed-off-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
This commit is contained in:
parent
5b9777e11e
commit
fa74f7dccf
1 changed files with 0 additions and 4 deletions
|
|
@ -141,10 +141,6 @@ struct metal_interrupt *pxInterruptController;
|
|||
/* Set all interrupt enable bits to 0. */
|
||||
mainPLIC_ENABLE_0 = 0UL;
|
||||
mainPLIC_ENABLE_1 = 0UL;
|
||||
|
||||
/* Clear all pending interrupts. */
|
||||
mainPLIC_PENDING_0 = 0UL;
|
||||
mainPLIC_PENDING_1 = 0UL;
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue