소스 검색

powerpc/xive: Remove incorrect debug code

WORD2 if the TIMA isn't byte accessible and
isn't that useful to know about, take out the
pr_devel statement.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Benjamin Herrenschmidt 7 년 전
부모
커밋
f5abe14f88
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      arch/powerpc/sysdev/xive/common.c

+ 0 - 5
arch/powerpc/sysdev/xive/common.c

@@ -1269,11 +1269,6 @@ static void xive_setup_cpu(void)
 {
 {
 	struct xive_cpu *xc = __this_cpu_read(xive_cpu);
 	struct xive_cpu *xc = __this_cpu_read(xive_cpu);
 
 
-	/* Debug: Dump the TM state */
-	pr_devel("CPU %d [HW 0x%02x] VT=%02x\n",
-	    smp_processor_id(), hard_smp_processor_id(),
-	    in_8(xive_tima + xive_tima_offset + TM_WORD2));
-
 	/* The backend might have additional things to do */
 	/* The backend might have additional things to do */
 	if (xive_ops->setup_cpu)
 	if (xive_ops->setup_cpu)
 		xive_ops->setup_cpu(smp_processor_id(), xc);
 		xive_ops->setup_cpu(smp_processor_id(), xc);