From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Guthro Subject: XEN_GRANT_DEV config option for x86? Date: Fri, 14 Dec 2007 08:09:05 -0500 Message-ID: <47628071.402@virtualiron.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org I pulled in the latest xen&linux bits from unstable this morning, and during my build I was asked the question of an unknown build option: XEN_GRANT_DEV I'd be happy to submit a patch for x86_64 & x86, updating the proper buildconfig files...but I would like to know if it should be set for x86, or is this strictly an IA64 option? Ben grep -r XEN_GRANT_DEV * buildconfigs/linux-defconfig_xen0_ia64:CONFIG_XEN_GRANT_DEV=y buildconfigs/linux-defconfig_xen_ia64:CONFIG_XEN_GRANT_DEV=y buildconfigs/linux-defconfig_xenU_ia64:# CONFIG_XEN_GRANT_DEV is not set drivers/xen/Kconfig:config XEN_GRANT_DEV drivers/xen/Makefile:obj-$(CONFIG_XEN_GRANT_DEV) += gntdev/ drivers/xen/gntdev/Makefile:obj-$(CONFIG_XEN_GRANT_DEV) := gntdev.o