|
@@ -11,7 +11,7 @@
|
|
#include <asm/pci_x86.h>
|
|
#include <asm/pci_x86.h>
|
|
#include <asm/e820/types.h>
|
|
#include <asm/e820/types.h>
|
|
#include <asm/pci-functions.h>
|
|
#include <asm/pci-functions.h>
|
|
-#include <asm/cacheflush.h>
|
|
|
|
|
|
+#include <asm/set_memory.h>
|
|
|
|
|
|
/* BIOS32 signature: "_32_" */
|
|
/* BIOS32 signature: "_32_" */
|
|
#define BIOS32_SIGNATURE (('_' << 0) + ('3' << 8) + ('2' << 16) + ('_' << 24))
|
|
#define BIOS32_SIGNATURE (('_' << 0) + ('3' << 8) + ('2' << 16) + ('_' << 24))
|