All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] enable SGI simulator for generic kernels
@ 2005-06-21 18:29 Greg Edwards
  0 siblings, 0 replies; only message in thread
From: Greg Edwards @ 2005-06-21 18:29 UTC (permalink / raw)
  To: linux-ia64

Allow the SGI simulator (medusa) to work on generic kernels.  There is
no inherent dependency on an sn2-specific kernel.

Boot tested on Altix, medusa and HP rx2600.

Signed-off-by: Greg Edwards <edwardsg@sgi.com>


 arch/ia64/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: git-linus/arch/ia64/Kconfig
=================================--- git-linus.orig/arch/ia64/Kconfig	2005-06-15 16:21:44.857315858 -0500
+++ git-linus/arch/ia64/Kconfig	2005-06-21 10:40:57.812371106 -0500
@@ -216,7 +216,7 @@ config IOSAPIC
 
 config IA64_SGI_SN_SIM
 	bool "SGI Medusa Simulator Support"
-	depends on IA64_SGI_SN2
+	depends on IA64_SGI_SN2 || IA64_GENERIC
 	help
 	  If you are compiling a kernel that will run under SGI's IA-64
 	  simulator (Medusa) then say Y, otherwise say N.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-21 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-21 18:29 [PATCH] enable SGI simulator for generic kernels Greg Edwards

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.