Changeset 48c3d50 in mainline for boot


Ignore:
Timestamp:
2009-01-21T17:11:37Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d752cf4
Parents:
76bcaaf
Message:

salvage duplicate configuration option

Location:
boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    r76bcaaf r48c3d50  
    4747endif
    4848
    49 ifeq ($(CONFIG_SMP),y)
    50         DEFS += -DCONFIG_SMP
     49ifeq ($(CONFIG_AP),y)
     50        DEFS += -DCONFIG_AP
    5151endif
    5252
  • boot/arch/sparc64/loader/main.c

    r76bcaaf r48c3d50  
    261261        printf("done.\n");
    262262
    263 #ifdef CONFIG_SMP
     263#ifdef CONFIG_AP
    264264        printf("\nChecking for secondary processors...");
    265265        if (!ofw_cpu())
Note: See TracChangeset for help on using the changeset viewer.