powerpc fixes for 4.7 #2

 - ptrace: Fix out of bounds array access warning from Khem Raj
 - pseries: Fix PCI config address for DDW from Gavin Shan
 - pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added from Michael Ellerman
 - of: fix autoloading due to broken modalias with no 'compatible' from Wolfram Sang
 - radix: Fix always false comparison against MMU_NO_CONTEXT from Aneesh Kumar K.V
 - hash: Compute the segment size correctly for ISA 3.0 from Aneesh Kumar K.V
 - nohash: Fix build break with 64K pages from Michael Ellerman
powerpc/nohash: Fix build break with 64K pages

Commit 74701d5947a6 "powerpc/mm: Rename function to indicate we are
allocating fragments" renamed page_table_free() to pte_fragment_free().
One occurrence was mistyped as pte_fragment_fre().

This only breaks the nohash 64K page build, which is not the default or
enabled in any defconfig.

Fixes: 74701d5947a6 ("powerpc/mm: Rename function to indicate we are allocating fragments")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 file changed