Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6b0edef authored by OGAWA Hirofumi's avatar OGAWA Hirofumi Committed by Thomas Gleixner
Browse files

x86: clean up vdso_enabled type on x86_64



This fixes type of "vdso_enabled" on X86_64 to match extern in asm/elf.h.

Signed-off-by: default avatarOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 75d3bce2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#include "vextern.h"		/* Just for VMAGIC.  */
#undef VEXTERN

int vdso_enabled = 1;
unsigned int __read_mostly vdso_enabled = 1;

extern char vdso_start[], vdso_end[];
extern unsigned short vdso_sync_cpuid;