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
b33378e6
Commit
b33378e6
authored
Aug 09, 2003
by
Len Brown
Committed by
Andy Grover
Aug 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ACPI -- CONFIG_ACPI_HT
parent
0a01055f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
arch/i386/kernel/Makefile
arch/i386/kernel/Makefile
+1
-1
include/linux/acpi.h
include/linux/acpi.h
+3
-3
No files found.
arch/i386/kernel/Makefile
View file @
b33378e6
...
...
@@ -11,7 +11,7 @@ obj-y := process.o semaphore.o signal.o entry.o traps.o irq.o vm86.o \
obj-y
+=
cpu/
obj-y
+=
timers/
obj-$(CONFIG_ACPI)
+=
acpi/
obj-$(CONFIG_ACPI
_BOOT
)
+=
acpi/
obj-$(CONFIG_X86_BIOS_REBOOT)
+=
reboot.o
obj-$(CONFIG_MCA)
+=
mca.o
obj-$(CONFIG_X86_MSR)
+=
msr.o
...
...
include/linux/acpi.h
View file @
b33378e6
...
...
@@ -37,7 +37,7 @@
#include <asm/acpi.h>
#ifdef CONFIG_ACPI
#ifdef CONFIG_ACPI
_BOOT
enum
acpi_irq_model_id
{
ACPI_IRQ_MODEL_PIC
=
0
,
...
...
@@ -369,11 +369,11 @@ void acpi_numa_arch_fixup(void);
extern
int
acpi_mp_config
;
#else
#else
/*!CONFIG_ACPI_BOOT*/
#define acpi_mp_config 0
#endif
#endif
/*!CONFIG_ACPI_BOOT*/
#ifdef CONFIG_ACPI_PCI
...
...
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