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
35b43769
Commit
35b43769
authored
May 26, 2003
by
Rusty Russell
Committed by
Linus Torvalds
May 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] proper APIC suspension
From: Pavel Machek <pavel@ucw.cz>
parent
81dcad97
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
arch/i386/kernel/apic.c
arch/i386/kernel/apic.c
+4
-1
No files found.
arch/i386/kernel/apic.c
View file @
35b43769
...
@@ -38,6 +38,8 @@
...
@@ -38,6 +38,8 @@
#include "io_ports.h"
#include "io_ports.h"
static
void
apic_pm_activate
(
void
);
void
__init
apic_intr_init
(
void
)
void
__init
apic_intr_init
(
void
)
{
{
#ifdef CONFIG_SMP
#ifdef CONFIG_SMP
...
@@ -453,6 +455,7 @@ void __init setup_local_APIC (void)
...
@@ -453,6 +455,7 @@ void __init setup_local_APIC (void)
if
(
nmi_watchdog
==
NMI_LOCAL_APIC
)
if
(
nmi_watchdog
==
NMI_LOCAL_APIC
)
setup_apic_nmi_watchdog
();
setup_apic_nmi_watchdog
();
apic_pm_activate
();
}
}
#ifdef CONFIG_PM
#ifdef CONFIG_PM
...
@@ -589,7 +592,7 @@ device_initcall(init_lapic_devicefs);
...
@@ -589,7 +592,7 @@ device_initcall(init_lapic_devicefs);
#else
/* CONFIG_PM */
#else
/* CONFIG_PM */
static
inline
void
apic_pm_activate
(
void
)
{
}
static
void
apic_pm_activate
(
void
)
{
}
#endif
/* CONFIG_PM */
#endif
/* CONFIG_PM */
...
...
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