Changeset a26ddd1 in mainline for arch/ia32/include/smp/mps.h


Ignore:
Timestamp:
2005-07-18T12:37:11Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
232e3ec7
Parents:
6b7c36f
Message:

Create IA-32 interface for bringing SMP up.
This interface hides differences between ACPI MADT and MPS configuration tables.
Provide MPS implementation thereof.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/smp/mps.h

    r6b7c36f ra26ddd1  
    3434#include <synch/waitq.h>
    3535#include <config.h>
     36#include <arch/smp/smp.h>
    3637
    3738#define CT_EXT_ENTRY_TYPE               0
     
    118119extern waitq_t kmp_completion_wq;
    119120
     121extern struct smp_config_operations mps_config_operations;
     122
    120123extern int mps_irq_to_pin(int irq);
    121124
Note: See TracChangeset for help on using the changeset viewer.