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
8370231b
Commit
8370231b
authored
Aug 14, 2002
by
Andy Grover
Committed by
Andy Grover
Aug 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make CONFIG_ACPI_BOOT work again (Pavel Machek)
parent
aeac45ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
arch/i386/kernel/acpi.c
arch/i386/kernel/acpi.c
+1
-3
include/linux/acpi.h
include/linux/acpi.h
+1
-1
No files found.
arch/i386/kernel/acpi.c
View file @
8370231b
...
...
@@ -52,11 +52,9 @@
Boot-time Configuration
-------------------------------------------------------------------------- */
#ifdef CONFIG_ACPI_BOOT
enum
acpi_irq_model_id
acpi_irq_model
;
#ifdef CONFIG_ACPI_BOOT
/*
* Use reserved fixmap pages for physical-to-virtual mappings of ACPI tables.
* Note that the same range is used for each table, so tables that need to
...
...
include/linux/acpi.h
View file @
8370231b
...
...
@@ -39,7 +39,7 @@
#include <asm/acpi.h>
#ifdef CONFIG_ACPI
_BOOT
#ifdef CONFIG_ACPI
enum
acpi_irq_model_id
{
ACPI_IRQ_MODEL_PIC
=
0
,
...
...
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