Re: [patch 11/18] iommu/of: Adjust system_state check

2017-05-15 Thread Joerg Roedel
On Sun, May 14, 2017 at 08:27:27PM +0200, Thomas Gleixner wrote: > To enable smp_processor_id() and might_sleep() debug checks earlier, it's > required to add system states between SYSTEM_BOOTING and SYSTEM_RUNNING. > > Adjust the system_state check in of_iommu_driver_present() to handle the > ext

Re: [patch 11/18] iommu/of: Adjust system_state check

2017-05-15 Thread Robin Murphy
On 14/05/17 19:27, Thomas Gleixner wrote: > To enable smp_processor_id() and might_sleep() debug checks earlier, it's > required to add system states between SYSTEM_BOOTING and SYSTEM_RUNNING. > > Adjust the system_state check in of_iommu_driver_present() to handle the > extra states. FWIW, Acke