aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/entry.S')
-rw-r--r--arch/x86_64/kernel/entry.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/entry.S b/arch/x86_64/kernel/entry.S
index aa8d8939abc1..7eb1678e098d 100644
--- a/arch/x86_64/kernel/entry.S
+++ b/arch/x86_64/kernel/entry.S
@@ -27,10 +27,8 @@
27 * - schedule it carefully for the final hardware. 27 * - schedule it carefully for the final hardware.
28 */ 28 */
29 29
30#define ASSEMBLY 1
31#include <linux/linkage.h> 30#include <linux/linkage.h>
32#include <asm/segment.h> 31#include <asm/segment.h>
33#include <asm/smp.h>
34#include <asm/cache.h> 32#include <asm/cache.h>
35#include <asm/errno.h> 33#include <asm/errno.h>
36#include <asm/dwarf2.h> 34#include <asm/dwarf2.h>