From: Randy Dunlap Date: Mon, 15 Aug 2011 17:18:46 +0000 (-0700) Subject: x86: fix mm/fault.c build X-Git-Tag: v3.1-rc3~36 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=cedf03bd9aa54d1d7a9065dddc9e76505f476b12;p=cascardo%2Flinux.git x86: fix mm/fault.c build arch/x86/mm/fault.c needs to include asm/vsyscall.h to fix a build error: arch/x86/mm/fault.c: In function '__bad_area_nosemaphore': arch/x86/mm/fault.c:728: error: 'VSYSCALL_START' undeclared (first use in this function) Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index 247aae3dc008..0d17c8c50acd 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c @@ -17,6 +17,7 @@ #include /* dotraplinkage, ... */ #include /* pgd_*(), ... */ #include /* kmemcheck_*(), ... */ +#include /* * Page fault error code bits: