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
84746afe
Commit
84746afe
authored
Sep 18, 2003
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge intel.com:/home/lenb/src/linux-acpi-test-2.6.0
into intel.com:/home/lenb/bk/linux-acpi-test-2.6.0
parents
d3aee6cb
198fd5d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/i386/kernel/setup.c
arch/i386/kernel/setup.c
+2
-2
arch/x86_64/kernel/setup.c
arch/x86_64/kernel/setup.c
+1
-1
No files found.
arch/i386/kernel/setup.c
View file @
84746afe
...
...
@@ -65,9 +65,9 @@ unsigned long mmu_cr4_features;
EXPORT_SYMBOL_GPL
(
mmu_cr4_features
);
#ifdef CONFIG_ACPI_INTERPRETER
int
acpi_disabled
__initdata
=
0
;
int
acpi_disabled
=
0
;
#else
int
acpi_disabled
__initdata
=
1
;
int
acpi_disabled
=
1
;
#endif
EXPORT_SYMBOL
(
acpi_disabled
);
...
...
arch/x86_64/kernel/setup.c
View file @
84746afe
...
...
@@ -64,7 +64,7 @@ struct cpuinfo_x86 boot_cpu_data;
unsigned
long
mmu_cr4_features
;
EXPORT_SYMBOL_GPL
(
mmu_cr4_features
);
int
acpi_disabled
__initdata
=
0
;
int
acpi_disabled
=
0
;
/* For PCI or other memory-mapped resources */
unsigned
long
pci_mem_start
=
0x10000000
;
...
...
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