4 Aug
2016
4 Aug
'16
8:51 a.m.
On Thu, Aug 04, 2016 at 07:30:59AM +0530, Vinod Koul wrote:
+#ifdef CONFIG_X86
- if ((bus->ppcap && boot_cpu_has(X86_FEATURE_ART)))
Superfluous parentheses. Also, don't we need to include asm/cpufeature.h?
Its somehow included, I will check that part as well
And didnt find how :(
Btw we include asm/pgtable.h which uses boot_cpu_has() macro. So somehow it is getting included.
Do you want this be explicitly included?
--
~Vinod