mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-17 10:27:40 +07:00
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>
This commit is contained in:
parent
8ebf975608
commit
349ebbcc26
@ -1116,6 +1116,9 @@ int __init init_arch_irq(void)
|
|||||||
IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 |
|
IMASK_IVG14 | IMASK_IVG13 | IMASK_IVG12 | IMASK_IVG11 |
|
||||||
IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW;
|
IMASK_IVG10 | IMASK_IVG9 | IMASK_IVG8 | IMASK_IVG7 | IMASK_IVGHW;
|
||||||
|
|
||||||
|
/* This implicitly covers ANOMALY_05000171
|
||||||
|
* Boot-ROM code modifies SICA_IWRx wakeup registers
|
||||||
|
*/
|
||||||
#ifdef SIC_IWR0
|
#ifdef SIC_IWR0
|
||||||
bfin_write_SIC_IWR0(IWR_DISABLE_ALL);
|
bfin_write_SIC_IWR0(IWR_DISABLE_ALL);
|
||||||
# ifdef SIC_IWR1
|
# ifdef SIC_IWR1
|
||||||
|
Loading…
Reference in New Issue
Block a user