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:
760d6e7
)
m68knommu: remove a duplicate vector setting line for 68360
author
Greg Ungerer
<
[email protected]
>
Fri, 19 Feb 2010 01:27:37 +0000
(11:27 +1000)
committer
Greg Ungerer
<
[email protected]
>
Wed, 21 Apr 2010 03:43:06 +0000
(13:43 +1000)
Remove a duplicate vector setting line for the 68360 interrupt
setup. Pointed out by Roel Kluin <
[email protected]
>
Signed-off-by: Greg Ungerer <
[email protected]
>
arch/m68knommu/platform/68360/ints.c
patch
|
blob
|
history
diff --git
a/arch/m68knommu/platform/68360/ints.c
b/arch/m68knommu/platform/68360/ints.c
index 1143f77caca4d32d7739bd11b9e7c2118c0f7170..6f22970d8c2037380e4342e7e88a7dbab9c74dc3 100644
(file)
--- a/
arch/m68knommu/platform/68360/ints.c
+++ b/
arch/m68knommu/platform/68360/ints.c
@@
-107,7
+107,6
@@
void init_IRQ(void)
_ramvec[vba+CPMVEC_PIO_PC7] = inthandler; /* pio - pc7 */
_ramvec[vba+CPMVEC_PIO_PC6] = inthandler; /* pio - pc6 */
_ramvec[vba+CPMVEC_TIMER3] = inthandler; /* timer 3 */
- _ramvec[vba+CPMVEC_RISCTIMER] = inthandler; /* reserved */
_ramvec[vba+CPMVEC_PIO_PC5] = inthandler; /* pio - pc5 */
_ramvec[vba+CPMVEC_PIO_PC4] = inthandler; /* pio - pc4 */
_ramvec[vba+CPMVEC_RESERVED2] = inthandler; /* reserved */