We added the usage of 'xen_initial_domain()' but forgot
to include the header file.
OraBug:
27477720
Reviewed-by: John Haxby <john.haxby@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
#include <asm/spec_ctrl.h>
#include <asm/apic.h>
+#include <xen/xen.h>
+
struct cpuid_bit {
u16 feature;
u8 reg;
#include <asm/desc.h>
#include <asm/cmdline.h>
+#include <xen/xen.h>
+
int kaiser_enabled __read_mostly = 1;
EXPORT_SYMBOL(kaiser_enabled); /* for inlined TLB flush functions */
#include "asm/xen/vnuma.h"
#include "numa_internal.h"
+#include <xen/xen.h>
int __initdata numa_off;
nodemask_t numa_nodes_parsed __initdata;