diff options
| author | Linus Torvalds <[email protected]> | 2012-01-19 03:26:11 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-01-19 03:26:11 +0000 |
| commit | 90a4c0f51e8e44111a926be6f4c87af3938a79c3 (patch) | |
| tree | 31253d716d1d677ab66b33094ffc8d737436c98d /lib/mpi/mpicoder.c | |
| parent | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
| download | kernel-90a4c0f51e8e44111a926be6f4c87af3938a79c3.tar.gz kernel-90a4c0f51e8e44111a926be6f4c87af3938a79c3.zip | |
uml: fix compile for x86-64
Randy Dunlap reports that we get
arch/x86/um/shared/sysdep/ptrace.h:7:20: error: redefinition of 'regs_return_value'
arch/x86/um/shared/sysdep/ptrace.h:7:20: note: previous definition of 'regs_return_value' was here
when compiling UML for x86-64.
Stephen Rothwell root-caused it and says:
"Caused by commit d7e7528bcd45 ("Audit: push audit success and retcode
into arch ptrace.h") (another patch that was never in linux-next :-().
This file now needs protection against double inclusion."
so let's do as the man says.
Reported-by: Randy Dunlap <[email protected]>
Analyzed-by: Stephen Rothwell <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpicoder.c')
0 files changed, 0 insertions, 0 deletions
