Hello. On 11/22/2011 04:59 PM, Florian Fainelli wrote:
Allows us not to duplicate more lines in arch/mips/lib/Makefile.
Signed-off-by: Florian Fainelli<florian@xxxxxxxxxxx> --- Changes since v2: - rebased against mips-for-linux-next (remove XLR& XLP)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0c55582..cc5976d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1836,6 +1836,10 @@ config SIBYTE_DMA_PAGEOPS config CPU_HAS_PREFETCH bool +config CPU_GENERIC_DUMP_TLB
You should probably fix the patch's subject which speaks of GENERIC_DUMP_TLB... WBR, Sergei