Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 458 → Rev 457

/SPARTAN/trunk/genarch/src/acpi/matd.c
42,7 → 42,7
 
struct acpi_madt *acpi_madt = NULL;
 
#ifdef CONFIG_SMP
#ifdef __SMP__
 
static void madt_l_apic_entry(struct madt_l_apic *la, __u32 index);
static void madt_io_apic_entry(struct madt_io_apic *ioa, __u32 index);
210,4 → 210,4
}
 
 
#endif /* CONFIG_SMP */
#endif /* __SMP__ */