aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/pseries/smp.c')
-rw-r--r--arch/powerpc/platforms/pseries/smp.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/powerpc/platforms/pseries/smp.c b/arch/powerpc/platforms/pseries/smp.c
index ea4c65917a64..e9bc2a528e5d 100644
--- a/arch/powerpc/platforms/pseries/smp.c
+++ b/arch/powerpc/platforms/pseries/smp.c
@@ -51,12 +51,6 @@
51#include "plpar_wrappers.h" 51#include "plpar_wrappers.h"
52#include "pseries.h" 52#include "pseries.h"
53 53
54#ifdef DEBUG
55#include <asm/udbg.h>
56#define DBG(fmt...) udbg_printf(fmt)
57#else
58#define DBG(fmt...)
59#endif
60 54
61/* 55/*
62 * The primary thread of each non-boot processor is recorded here before 56 * The primary thread of each non-boot processor is recorded here before
@@ -231,7 +225,7 @@ static void __init smp_init_pseries(void)
231{ 225{
232 int i; 226 int i;
233 227
234 DBG(" -> smp_init_pSeries()\n"); 228 pr_debug(" -> smp_init_pSeries()\n");
235 229
236 /* Mark threads which are still spinning in hold loops. */ 230 /* Mark threads which are still spinning in hold loops. */
237 if (cpu_has_feature(CPU_FTR_SMT)) { 231 if (cpu_has_feature(CPU_FTR_SMT)) {
@@ -255,7 +249,7 @@ static void __init smp_init_pseries(void)
255 smp_ops->take_timebase = pSeries_take_timebase; 249 smp_ops->take_timebase = pSeries_take_timebase;
256 } 250 }
257 251
258 DBG(" <- smp_init_pSeries()\n"); 252 pr_debug(" <- smp_init_pSeries()\n");
259} 253}
260 254
261#ifdef CONFIG_MPIC 255#ifdef CONFIG_MPIC