|
@@ -11,6 +11,7 @@
|
|
#ifndef _ASM_X86_UV_UV_HUB_H
|
|
#ifndef _ASM_X86_UV_UV_HUB_H
|
|
#define _ASM_X86_UV_UV_HUB_H
|
|
#define _ASM_X86_UV_UV_HUB_H
|
|
|
|
|
|
|
|
+#ifdef CONFIG_X86_64
|
|
#include <linux/numa.h>
|
|
#include <linux/numa.h>
|
|
#include <linux/percpu.h>
|
|
#include <linux/percpu.h>
|
|
#include <linux/timer.h>
|
|
#include <linux/timer.h>
|
|
@@ -405,4 +406,5 @@ static inline void uv_set_cpu_scir_bits(int cpu, unsigned char value)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#endif /* CONFIG_X86_64 */
|
|
#endif /* _ASM_X86_UV_UV_HUB_H */
|
|
#endif /* _ASM_X86_UV_UV_HUB_H */
|