Use defines for literals __init_tlb_power[78] rather than hand coding
them.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
 #include <asm/cache.h>
+#include <asm/mmu-hash64.h>
 
 /* Entry: r3 = crap, r4 = ptr to cputable entry
  *
  * (invalidate by congruence class). P7 has 128 CCs., P8 has 512.
  */
 __init_tlb_power7:
-       li      r6,128
+       li      r6,POWER7_TLB_SETS
        mtctr   r6
        li      r7,0xc00        /* IS field = 0b11 */
        ptesync
 1:     blr
 
 __init_tlb_power8:
-       li      r6,512
+       li      r6,POWER8_TLB_SETS
        mtctr   r6
        li      r7,0xc00        /* IS field = 0b11 */
        ptesync