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
38c0a0c9
Commit
38c0a0c9
authored
Sep 12, 2011
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'apei', 'bz-13195' and 'doc' into acpi
parents
b6fd41e2
03ba176a
b33c25d6
96242116
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
Documentation/kernel-parameters.txt
Documentation/kernel-parameters.txt
+6
-3
drivers/acpi/acpica/acconfig.h
drivers/acpi/acpica/acconfig.h
+1
-1
drivers/acpi/apei/Kconfig
drivers/acpi/apei/Kconfig
+1
-0
drivers/acpi/apei/apei-base.c
drivers/acpi/apei/apei-base.c
+1
-1
No files found.
Documentation/kernel-parameters.txt
View file @
38c0a0c9
...
...
@@ -2086,9 +2086,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
Override pmtimer IOPort with a hex value.
e.g. pmtmr=0x508
pnp.debug [PNP]
Enable PNP debug messages. This depends on the
CONFIG_PNP_DEBUG_MESSAGES option.
pnp.debug=1 [PNP]
Enable PNP debug messages (depends on the
CONFIG_PNP_DEBUG_MESSAGES option). Change at run-time
via /sys/module/pnp/parameters/debug. We always show
current resource usage; turning this on also shows
possible settings and some assignment information.
pnpacpi= [ACPI]
{ off }
...
...
drivers/acpi/acpica/acconfig.h
View file @
38c0a0c9
...
...
@@ -121,7 +121,7 @@
/* Maximum sleep allowed via Sleep() operator */
#define ACPI_MAX_SLEEP 2000
0
/* Two seconds */
#define ACPI_MAX_SLEEP 2000
/* Two seconds */
/******************************************************************************
*
...
...
drivers/acpi/apei/Kconfig
View file @
38c0a0c9
...
...
@@ -13,6 +13,7 @@ config ACPI_APEI_GHES
bool "APEI Generic Hardware Error Source"
depends on ACPI_APEI && X86
select ACPI_HED
select IRQ_WORK
select LLIST
select GENERIC_ALLOCATOR
help
...
...
drivers/acpi/apei/apei-base.c
View file @
38c0a0c9
...
...
@@ -618,7 +618,7 @@ int apei_osc_setup(void)
};
capbuf
[
OSC_QUERY_TYPE
]
=
OSC_QUERY_ENABLE
;
capbuf
[
OSC_SUPPORT_TYPE
]
=
0
;
capbuf
[
OSC_SUPPORT_TYPE
]
=
1
;
capbuf
[
OSC_CONTROL_TYPE
]
=
0
;
if
(
ACPI_FAILURE
(
acpi_get_handle
(
NULL
,
"
\\
_SB"
,
&
handle
))
...
...
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