We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b010a6 commit 3009420Copy full SHA for 3009420
arch/x86/include/asm/current.h
@@ -2,6 +2,7 @@
2
#ifndef _ASM_X86_CURRENT_H
3
#define _ASM_X86_CURRENT_H
4
5
+#include <linux/build_bug.h>
6
#include <linux/compiler.h>
7
8
#ifndef __ASSEMBLY__
arch/x86/include/asm/percpu.h
@@ -24,8 +24,8 @@
24
25
#else /* ...!ASSEMBLY */
26
27
-#include <linux/kernel.h>
28
#include <linux/stringify.h>
+#include <asm/asm.h>
29
30
#ifdef CONFIG_SMP
31
#define __percpu_prefix "%%"__stringify(__percpu_seg)":"
0 commit comments