Files
linux-net/arch/powerpc/include/asm
Kevin Hao b92a226e52 powerpc: Move cpu_has_feature() to a separate file
We plan to use jump label for cpu_has_feature(). In order to implement
this we need to include the linux/jump_label.h in asm/cputable.h.

Unfortunately if we do that it leads to an include loop. The root of the
problem seems to be that reg.h needs cputable.h (for CPU_FTRs), and then
cputable.h via jump_label.h eventually pulls in hw_irq.h which needs
reg.h (for MSR_EE).

So move cpu_has_feature() to a separate file on its own.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
[mpe: Rename to cpu_has_feature.h and flesh out change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2016-08-01 11:15:03 +10:00
..
2016-01-12 20:46:53 +02:00
2016-06-21 15:30:56 +10:00
2016-03-04 23:50:27 -06:00
2016-03-01 19:27:20 +11:00
2016-03-01 19:27:20 +11:00
2016-07-21 18:55:54 +10:00
2015-10-06 14:52:48 -04:00
2016-01-15 17:56:32 -08:00
2016-07-09 01:43:50 -05:00
2016-07-19 20:17:07 +10:00
2016-05-11 21:53:49 +10:00
2016-06-14 13:58:26 +10:00
2016-06-21 15:30:56 +10:00
2016-06-14 13:58:26 +10:00
2016-06-14 13:58:26 +10:00
2016-08-01 11:15:03 +10:00
2016-07-21 18:51:42 +10:00
2016-06-14 13:58:26 +10:00
2016-07-17 16:42:45 +10:00