commit | cedf03bd9aa54d1d7a9065dddc9e76505f476b12 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Mon Aug 15 10:18:46 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Aug 15 19:10:50 2011 -0700 |
tree | 1c44a02dabb741b539ea543b6f8bb7079e48ae96 | |
parent | 2f6a123821a7feaba7cee787ef0f21d2354d1730 [diff] |
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 <rdunlap@xenotime.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>