Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99777
b: refs/heads/master
c: bad48f4
h: refs/heads/master
i:
  99775: 8526bb5
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 8, 2008
1 parent 99ceb62 commit accb326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c73d8dd8595c4c6c1c016bb1ac4dd8035e67975b
refs/heads/master: bad48f4b313a756ccde454c25c14c828e2fd5819
4 changes: 2 additions & 2 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ if ACPI
config X86_MPPARSE
def_bool y
bool "Enable MPS table"
depends on ((X86_32 && (X86_LOCAL_APIC && !X86_VISWS)) || X86_64)
depends on X86_LOCAL_APIC && !X86_VISWS
help
For old smp systems that do not have proper acpi support. Newer systems
(esp with 64bit cpus) with acpi support, MADT and DSDT will override it
Expand All @@ -248,7 +248,7 @@ endif
if !ACPI
config X86_MPPARSE
def_bool y
depends on ((X86_32 && (X86_LOCAL_APIC && !X86_VISWS)) || X86_64)
depends on X86_LOCAL_APIC && !X86_VISWS
endif

choice
Expand Down

0 comments on commit accb326

Please sign in to comment.