Mspec driver and non-SN platforms?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
	If you try to enable mspec when compiling for other than SN,
you get undefined references to uncached_free_page,
per_cpu__sn_hub_info, physical_node_map, and bte_copy.

Maybe the attached patch is needed... which disables fetchop for other
than Altix or generic kernels.  If and when the facility becomes
available on other platforms, it's probably going to need a new driver
(and new CONFIG option) anyway.

Signed-off-by: Peter Chubb <peterc@xxxxxxxxxxxxxxxxxx>

Index: linux-2.6-import/drivers/char/Kconfig
===================================================================
--- linux-2.6-import.orig/drivers/char/Kconfig	2006-10-17 12:26:48.740866650 +1000
+++ linux-2.6-import/drivers/char/Kconfig	2006-10-17 12:27:23.852701733 +1000
@@ -411,9 +411,9 @@ config SGI_MBCS
 
 config MSPEC
 	tristate "Memory special operations driver"
-	depends on IA64
+	depends on (IA64_SGI_SN2 || IA64_GENERIC)
 	help
-	  If you have an ia64 and you want to enable memory special
+	  If you have an SGI Altix and you want to enable memory special
 	  operations support (formerly known as fetchop), say Y here,
 	  otherwise say N.
 
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux