public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Disable CONFIG_SMP for IA64_HP_SIM
@ 2004-05-19  1:23 Ian Wienand
  2004-05-19  1:35 ` David Mosberger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ian Wienand @ 2004-05-19  1:23 UTC (permalink / raw)
  To: linux-ia64


[-- Attachment #1.1: Type: text/plain, Size: 429 bytes --]

CONFIG_SMP depends on CONFIG_IOSAPIC to build (maybe this is the real
problem, I don't know).  

CONFIG_IOSAPIC excludes IA64_HP_SIM.  Some sample configs [1] have SMP
enabled for the simulator, and it broke my autobuild, so maybe making
it explicit would be good?

-i
ianw@gelato.unsw.edu.au
http://www.gelato.unsw.edu.au

[1] http://www.hpl.hp.com/research/linux/ski/get.php?file=2.6.5-config&name=config.2.5.5



[-- Attachment #1.2: Kconfig-nosimsmp.patch --]
[-- Type: text/plain, Size: 417 bytes --]

===== arch/ia64/Kconfig 1.73 vs edited =====
--- 1.73/arch/ia64/Kconfig	Sat May 15 12:00:12 2004
+++ edited/arch/ia64/Kconfig	Wed May 19 10:52:57 2004
@@ -225,6 +225,7 @@
 
 config SMP
 	bool "Symmetric multi-processing support"
+	depends on !IA64_HP_SIM
 	help
 	  This enables support for systems with more than one CPU. If you have
 	  a system with only one CPU, say N.  If you have a system with more

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-05-19 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-19  1:23 Disable CONFIG_SMP for IA64_HP_SIM Ian Wienand
2004-05-19  1:35 ` David Mosberger
2004-05-19  1:59 ` Matthew Wilcox
2004-05-19  3:10 ` Ian Wienand
2004-05-19 13:14 ` Jesse Barnes
2004-05-19 13:21 ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox