Skip to content

Commit

Permalink
x86: clean up vdso_enabled type on x86_64
Browse files Browse the repository at this point in the history
This fixes type of "vdso_enabled" on X86_64 to match extern in asm/elf.h.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
OGAWA Hirofumi authored and Thomas Gleixner committed May 25, 2008
1 parent 75d3bce commit e6b0ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/vdso/vma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6b0ede

Please sign in to comment.