#include <linux/acpi.h>
#include <linux/bootmem.h>
#include <linux/memblock.h>
#include <linux/dmi.h>
#include <linux/cpumask.h>
#include <asm/segment.h>
#include <asm/desc.h>
#include <asm/pgtable.h>
#include <asm/cacheflush.h>
#include <asm/realmode.h>
#include "../../realmode/rm/wakeup.h"
#include "sleep.h"
Go to the source code of this file.
acpi_suspend_lowlevel - save kernel state
Create an identity mapped page table and copy the wakeup routine to low memory.
Definition at line 34 of file sleep.c.
unsigned long acpi_realmode_flags |