projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
884197f
)
arch/tile: fix typo in <arch/spr_def.h>
author
Chris Metcalf
<cmetcalf@tilera.com>
Tue, 27 Mar 2012 18:04:57 +0000
(14:04 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:00:14 +0000
(12:00 -0400)
We aren't yet using this definition in the kernel, but fix it up
before someone goes looking for it.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/arch/spr_def.h
patch
|
blob
|
history
diff --git
a/arch/tile/include/arch/spr_def.h
b/arch/tile/include/arch/spr_def.h
index f548efeb2de3f7fc005f90854a80d1b4941e3a98..d6ba449b5363f3318d094ece0f1bf455853da755 100644
(file)
--- a/
arch/tile/include/arch/spr_def.h
+++ b/
arch/tile/include/arch/spr_def.h
@@
-60,8
+60,8
@@
_concat4(SPR_IPI_EVENT_, CONFIG_KERNEL_PL,,)
#define SPR_IPI_EVENT_RESET_K \
_concat4(SPR_IPI_EVENT_RESET_, CONFIG_KERNEL_PL,,)
-#define SPR_IPI_
MASK
_SET_K \
- _concat4(SPR_IPI_
MASK
_SET_, CONFIG_KERNEL_PL,,)
+#define SPR_IPI_
EVENT
_SET_K \
+ _concat4(SPR_IPI_
EVENT
_SET_, CONFIG_KERNEL_PL,,)
#define INT_IPI_K \
_concat4(INT_IPI_, CONFIG_KERNEL_PL,,)