All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][VT] Grant table setup needs to be overridden on unmodified domains
@ 2005-08-12 20:11 Arun Sharma
  0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-08-12 20:11 UTC (permalink / raw)
  To: Ian Pratt, Keir Fraser; +Cc: xen-devel

Grant table setup needs to be overridden on unmodified domains

We can't use a fixmap on unmodified domains. 

Signed-off-by: Arun Sharma <arun.sharma@intel.com>

--- a/linux-2.6-xen-sparse/arch/xen/kernel/gnttab.c	Fri Aug 12 17:35:15 2005
+++ b/linux-2.6-xen-sparse/arch/xen/kernel/gnttab.c	Fri Aug 12 13:08:25 2005
@@ -330,6 +330,7 @@
 
 #endif /* CONFIG_PROC_FS */
 
+#ifdef CONFIG_XEN
 int gnttab_resume(void)
 {
     gnttab_setup_table_t setup;
@@ -358,6 +359,7 @@
 
     return 0;
 }
+#endif
 
 static int __init gnttab_init(void)
 {

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

only message in thread, other threads:[~2005-08-12 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-12 20:11 [PATCH][VT] Grant table setup needs to be overridden on unmodified domains Arun Sharma

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.