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
nexedi
linux
Commits
0bc118af
Commit
0bc118af
authored
Aug 05, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[power] Fix some incorrect comments.
From Pavel Machek.
parent
1ab04085
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
drivers/acpi/sleep/main.c
drivers/acpi/sleep/main.c
+0
-4
include/linux/reboot.h
include/linux/reboot.h
+1
-1
No files found.
drivers/acpi/sleep/main.c
View file @
0bc118af
...
@@ -71,10 +71,6 @@ acpi_system_restore_state (
...
@@ -71,10 +71,6 @@ acpi_system_restore_state (
* First, we call to the device driver layer to save device state.
* First, we call to the device driver layer to save device state.
* Once we have that, we save whatevery processor and kernel state we
* Once we have that, we save whatevery processor and kernel state we
* need to memory.
* need to memory.
* If we're entering S4, we then write the memory image to disk.
*
* Only then is it safe for us to power down devices, since we may need
* the disks and upstream buses to write to.
*/
*/
acpi_status
acpi_status
acpi_system_save_state
(
acpi_system_save_state
(
...
...
include/linux/reboot.h
View file @
0bc118af
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
* CAD_OFF Ctrl-Alt-Del sequence sends SIGINT to init task.
* CAD_OFF Ctrl-Alt-Del sequence sends SIGINT to init task.
* POWER_OFF Stop OS and remove all power from system, if possible.
* POWER_OFF Stop OS and remove all power from system, if possible.
* RESTART2 Restart system using given command string.
* RESTART2 Restart system using given command string.
* SW_SUSPEND Suspend system using
Software Suspend if compiled in
* SW_SUSPEND Suspend system using
software suspend if compiled in.
*/
*/
#define LINUX_REBOOT_CMD_RESTART 0x01234567
#define LINUX_REBOOT_CMD_RESTART 0x01234567
...
...
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