Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3807 → Rev 3808

/trunk/boot/Makefile
46,8 → 46,8
DEFS += -DCONFIG_BAT
endif
 
ifeq ($(CONFIG_SMP),y)
DEFS += -DCONFIG_SMP
ifeq ($(CONFIG_AP),y)
DEFS += -DCONFIG_AP
endif
 
.PHONY: all build clean generic_clean
/trunk/boot/arch/sparc64/loader/main.c
260,7 → 260,7
bootinfo.ofw_root = ofw_tree_build();
printf("done.\n");
 
#ifdef CONFIG_SMP
#ifdef CONFIG_AP
printf("\nChecking for secondary processors...");
if (!ofw_cpu())
printf("Error: unable to get CPU properties\n");