None of these headers use any PER_CPU() infrastructure.
xen/rwlock.h however does, and picked it up transitively via xen/spinlock.h,
so include it properly.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
#define __ASM_I386_I387_H
#include <xen/types.h>
-#include <xen/percpu.h>
/* Byte offset of the stored word size within the FXSAVE area/portion. */
#define FPU_WORD_SIZE_OFFSET 511
#ifndef __XEN_MULTICALL_H__
#define __XEN_MULTICALL_H__
-#include <xen/percpu.h>
#ifdef CONFIG_COMPAT
#include <compat/xen.h>
#endif
#include <xen/cache.h>
#include <xen/spinlock.h>
-#include <xen/percpu.h>
#include <xen/cpumask.h>
#include <xen/preempt.h>
#ifndef __RWLOCK_H__
#define __RWLOCK_H__
+#include <xen/percpu.h>
#include <xen/spinlock.h>
#include <asm/atomic.h>
#include <asm/system.h>
#include <asm/spinlock.h>
#include <asm/types.h>
-#include <xen/percpu.h>
#ifndef NDEBUG
struct lock_debug {