diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-04-15 04:48:08 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-12 06:03:42 -0400 |
commit | 349ebbcc26258f40da5534a586233e7d6233071c (patch) | |
tree | 96d0b96d310d7fb42bd63d4d5795d3d2167b7bb4 /arch | |
parent | 8ebf975608aaebd7feb33d77f07ba21a6380e086 (diff) |
Blackfin: add comment for anomaly 05000171 to init code
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-common/ints-priority.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c index a7d7b2dd4059..3498a90979e5 100644 --- a/arch/blackfin/mach-common/ints-priority.c +++ b/arch/blackfin/mach-common/ints-priority.c | |||
@@ -1116,6 +1116,9 @@ int __init init_arch_irq(void) | |||
1116 | IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 | | 1116 | IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 | |
1117 | IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW; | 1117 | IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW; |
1118 | 1118 | ||
1119 | /* This implicitly covers ANOMALY_05000171 | ||
1120 | * Boot-ROM code modifies SICA_IWRx wakeup registers | ||
1121 | */ | ||
1119 | #ifdef SIC_IWR0 | 1122 | #ifdef SIC_IWR0 |
1120 | bfin_write_SIC_IWR0(IWR_DISABLE_ALL); | 1123 | bfin_write_SIC_IWR0(IWR_DISABLE_ALL); |
1121 | # ifdef SIC_IWR1 | 1124 | # ifdef SIC_IWR1 |