2003-06-24 05:45:36 +02:00
|
|
|
#include <console/console.h>
|
|
|
|
#include <device/device.h>
|
|
|
|
#include <device/pci.h>
|
|
|
|
#include <device/pci_ids.h>
|
|
|
|
#include <device/pci_ops.h>
|
|
|
|
|
|
|
|
|
|
|
|
unsigned long initial_apicid[MAX_CPUS] =
|
|
|
|
{
|
2003-07-19 06:28:22 +02:00
|
|
|
0, 1,
|
2003-06-24 05:45:36 +02:00
|
|
|
};
|