Commit 6ab5c9ad authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Fix software suspend compilation on x86-64

From Pavel Machek. Make software suspend compile again on x86-64
parent 35b6368a
/* /*
* Copyright 2001-2002 Pavel Machek <pavel@suse.cz> * Copyright 2001-2003 Pavel Machek <pavel@suse.cz>
* Based on code * Based on code
* Copyright 2001 Patrick Mochel <mochel@osdl.org> * Copyright 2001 Patrick Mochel <mochel@osdl.org>
*/ */
#include <asm/desc.h> #include <asm/desc.h>
#include <asm/i387.h> #include <asm/i387.h>
static inline void static inline int
arch_prepare_suspend(void) arch_prepare_suspend(void)
{ {
return 0;
} }
/* Image of the saved processor state. If you touch this, fix acpi_wakeup.S. */ /* Image of the saved processor state. If you touch this, fix acpi_wakeup.S. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment