Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136658
b: refs/heads/master
c: 3769e7b
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 29, 2009
1 parent ade1ccb commit d394048
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 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: e0c7ae376a13fd79a4dad8becab51040d13dfa90
refs/heads/master: 3769e7b4d8ef113e08221a210f849ba57475aff5
34 changes: 17 additions & 17 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -331,19 +331,6 @@ config X86_ELAN

If unsure, choose "PC-compatible" instead.

config X86_VOYAGER
bool "Voyager (NCR)"
depends on X86_32 && SMP && !PCI && BROKEN
depends on X86_NON_STANDARD
help
Voyager is an MCA-based 32-way capable SMP architecture proprietary
to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based.

*** WARNING ***

If you do not specifically know you have a Voyager based machine,
say N here, otherwise the kernel you build will not be bootable.

config X86_32_NON_STANDARD
bool "Support non-standard 32-bit SMP architectures"
depends on X86_32 && SMP
Expand All @@ -354,6 +341,13 @@ config X86_32_NON_STANDARD
if you select them all, kernel will probe it one by one. and will
fallback to default.

config X86_BIGSMP
bool "Support for big SMP systems with more than 8 CPUs"
depends on X86_32_NON_STANDARD
help
This option is needed for the systems that have more than 8 CPUs
and if the system is not of any sub-arch type above.

config X86_NUMAQ
bool "NUMAQ (IBM/Sequent)"
depends on X86_32_NON_STANDARD
Expand All @@ -380,12 +374,18 @@ config X86_ES7000
Support for Unisys ES7000 systems. Say 'Y' here if this kernel is
supposed to run on an IA32-based Unisys ES7000 system.

config X86_BIGSMP
bool "Support for big SMP systems with more than 8 CPUs"
config X86_VOYAGER
bool "Voyager (NCR)"
depends on SMP && !PCI && BROKEN
depends on X86_32_NON_STANDARD
help
This option is needed for the systems that have more than 8 CPUs
and if the system is not of any sub-arch type above.
Voyager is an MCA-based 32-way capable SMP architecture proprietary
to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based.

*** WARNING ***

If you do not specifically know you have a Voyager based machine,
say N here, otherwise the kernel you build will not be bootable.

config SCHED_OMIT_FRAME_POINTER
def_bool y
Expand Down

0 comments on commit d394048

Please sign in to comment.