forked from Imagelibrary/rtems
bsps/riscv: Fix multiple definition
This commit is contained in:
@@ -43,8 +43,6 @@
|
|||||||
#include <rtems/score/riscv-utility.h>
|
#include <rtems/score/riscv-utility.h>
|
||||||
#include <rtems/score/smpimpl.h>
|
#include <rtems/score/smpimpl.h>
|
||||||
|
|
||||||
rtems_interrupt_lock GRLIB_IrqCtrl_Lock;
|
|
||||||
|
|
||||||
#if defined(RTEMS_SMP)
|
#if defined(RTEMS_SMP)
|
||||||
/* Interrupt to CPU map. Default to CPU0 since in BSS. */
|
/* Interrupt to CPU map. Default to CPU0 since in BSS. */
|
||||||
const unsigned char GRLIB_irq_to_cpu[32] __attribute__((weak));
|
const unsigned char GRLIB_irq_to_cpu[32] __attribute__((weak));
|
||||||
|
|||||||
Reference in New Issue
Block a user