Changeset 5f85c91 in mainline for genarch/src/acpi/matd.c


Ignore:
Timestamp:
2005-11-08T12:22:35Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a140b
Parents:
389f41e
Message:

make configuration variables usage consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/src/acpi/matd.c

    r389f41e r5f85c91  
    4343struct acpi_madt *acpi_madt = NULL;
    4444
    45 #ifdef __SMP__
     45#ifdef CONFIG_SMP
    4646
    4747static void madt_l_apic_entry(struct madt_l_apic *la, __u32 index);
     
    211211
    212212
    213 #endif /* __SMP__ */
     213#endif /* CONFIG_SMP */
Note: See TracChangeset for help on using the changeset viewer.