Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
6ab5c9ad
Commit
6ab5c9ad
authored
Oct 12, 2003
by
Andi Kleen
Committed by
Linus Torvalds
Oct 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix software suspend compilation on x86-64
From Pavel Machek. Make software suspend compile again on x86-64
parent
35b6368a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
include/asm-x86_64/suspend.h
include/asm-x86_64/suspend.h
+3
-2
No files found.
include/asm-x86_64/suspend.h
View file @
6ab5c9ad
/*
/*
* Copyright 2001-200
2
Pavel Machek <pavel@suse.cz>
* Copyright 2001-200
3
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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment