Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision 9a0367fa3b9a9c76101f2153a0f10900ea972c2b)
+++ boot/Makefile	(revision bf226890b652b5f45705176ec053f2c793b7f17e)
@@ -47,6 +47,6 @@
 endif
 
-ifeq ($(CONFIG_SMP),y)
-	DEFS += -DCONFIG_SMP
+ifeq ($(CONFIG_AP),y)
+	DEFS += -DCONFIG_AP
 endif
 
Index: boot/arch/sparc64/loader/main.c
===================================================================
--- boot/arch/sparc64/loader/main.c	(revision 9a0367fa3b9a9c76101f2153a0f10900ea972c2b)
+++ boot/arch/sparc64/loader/main.c	(revision bf226890b652b5f45705176ec053f2c793b7f17e)
@@ -261,5 +261,5 @@
 	printf("done.\n");
 
-#ifdef CONFIG_SMP
+#ifdef CONFIG_AP
 	printf("\nChecking for secondary processors...");
 	if (!ofw_cpu())
