RE: [PATCH] ARCv2: intc: Disable all core interrupts by default

2017-02-09 Thread Yuriy Kolerov
arm.com > Subject: Re: [PATCH] ARCv2: intc: Disable all core interrupts by default > > On 02/07/2017 03:04 PM, Yuriy Kolerov wrote: > > The kernel emits a lot of warnings about unexpected IRQs when an > > appropriate driver is not presented. It happens because all interrupts

Re: [PATCH] ARCv2: intc: Disable all core interrupts by default

2017-02-08 Thread Vineet Gupta
On 02/07/2017 03:04 PM, Yuriy Kolerov wrote: > The kernel emits a lot of warnings about unexpected IRQs when > an appropriate driver is not presented. It happens because all > interrupts in the core controller are enabled by default after > reset. It would be wise to keep all interrupts masked by d

[PATCH] ARCv2: intc: Disable all core interrupts by default

2017-02-07 Thread Yuriy Kolerov
The kernel emits a lot of warnings about unexpected IRQs when an appropriate driver is not presented. It happens because all interrupts in the core controller are enabled by default after reset. It would be wise to keep all interrupts masked by default. Thus disable all local and common interrupts