summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon2/include/leon.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-19 16:29:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-14 12:21:33 +0200
commit32ff60293b835888557603973730b5cf2a8ec77c (patch)
treee0207c26cf1b9fe38935ca7c827632974717c90d /bsps/sparc/leon2/include/leon.h
parentbsp/leon3: Untangle interrupt controller support (diff)
downloadrtems-32ff60293b835888557603973730b5cf2a8ec77c.tar.bz2
bsp/leon3: Move and simplify bsp_irq_fixup()
Diffstat (limited to '')
-rw-r--r--bsps/sparc/leon2/include/leon.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bsps/sparc/leon2/include/leon.h b/bsps/sparc/leon2/include/leon.h
index 762260ba48..8f2d807eb4 100644
--- a/bsps/sparc/leon2/include/leon.h
+++ b/bsps/sparc/leon2/include/leon.h
@@ -292,11 +292,6 @@ typedef struct {
extern LEON_Register_Map LEON_REG;
-static __inline__ int bsp_irq_fixup(int irq)
-{
- return irq;
-}
-
/*
* Macros to manipulate the Interrupt Clear, Interrupt Force, Interrupt Mask,
* and the Interrupt Pending Registers.