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
1f494fc0
Commit
1f494fc0
authored
Aug 04, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net//home/mochel/linux-2.5-power
into home.osdl.org:/home/torvalds/v2.5/linux
parents
9b1833b3
ca7f351e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
arch/i386/kernel/acpi/sleep.c
arch/i386/kernel/acpi/sleep.c
+2
-0
arch/i386/kernel/dmi_scan.c
arch/i386/kernel/dmi_scan.c
+0
-7
drivers/acpi/sleep/main.c
drivers/acpi/sleep/main.c
+2
-0
No files found.
arch/i386/kernel/acpi/sleep.c
View file @
1f494fc0
...
...
@@ -15,6 +15,8 @@ unsigned long acpi_wakeup_address = 0;
unsigned
long
acpi_video_flags
;
extern
char
wakeup_start
,
wakeup_end
;
extern
void
zap_low_mappings
(
void
);
extern
unsigned
long
FASTCALL
(
acpi_copy_wakeup_routine
(
unsigned
long
));
static
void
init_low_mapping
(
pgd_t
*
pgd
,
int
pgd_limit
)
...
...
arch/i386/kernel/dmi_scan.c
View file @
1f494fc0
...
...
@@ -444,13 +444,6 @@ static __init int reset_videomode_after_s3(struct dmi_blacklist *d)
acpi_video_flags
|=
2
;
return
0
;
}
static
__init
int
reset_videobios_after_s3
(
struct
dmi_blacklist
*
d
)
{
extern
long
acpi_video_flags
;
acpi_video_flags
|=
1
;
return
0
;
}
#endif
/*
...
...
drivers/acpi/sleep/main.c
View file @
1f494fc0
...
...
@@ -21,6 +21,8 @@ ACPI_MODULE_NAME ("sleep")
u8
sleep_states
[
ACPI_S_STATE_COUNT
];
extern
void
do_suspend_lowlevel_s4bios
(
int
);
/**
* acpi_system_restore_state - OS-specific restoration of state
* @state: sleep state we're exiting
...
...
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