|
@@ -57,6 +57,9 @@ EXPORT_SYMBOL_GPL(xen_start_info);
|
|
|
|
|
|
|
|
struct shared_info xen_dummy_shared_info;
|
|
struct shared_info xen_dummy_shared_info;
|
|
|
|
|
|
|
|
|
|
+__read_mostly int xen_have_vector_callback;
|
|
|
|
|
+EXPORT_SYMBOL_GPL(xen_have_vector_callback);
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* Point at some empty memory to start with. We map the real shared_info
|
|
* Point at some empty memory to start with. We map the real shared_info
|
|
|
* page as soon as fixmap is up and running.
|
|
* page as soon as fixmap is up and running.
|