[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110815101846.58809a89.rdunlap@xenotime.net>
Date: Mon, 15 Aug 2011 10:18:46 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: Linus Torvalds <torvalds@...ux-foundation.org>, x86@...nel.org
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH 3.1-rc2] x86: fix mm/fault.c build
From: Randy Dunlap <rdunlap@...otime.net>
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 <rdunlap@...otime.net>
---
arch/x86/mm/fault.c | 1 +
1 file changed, 1 insertion(+)
--- lnx-31-rc2.orig/arch/x86/mm/fault.c
+++ lnx-31-rc2/arch/x86/mm/fault.c
@@ -17,6 +17,7 @@
#include <asm/traps.h> /* dotraplinkage, ... */
#include <asm/pgalloc.h> /* pgd_*(), ... */
#include <asm/kmemcheck.h> /* kmemcheck_*(), ... */
+#include <asm/vsyscall.h>
/*
* Page fault error code bits:
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists