On Wed, 18 Jan 2012 19:07:24 -0800 Randy Dunlap <rdun...@xenotime.net> wrote:
>
> Building uml on x86_64 gives:
> 
>   CC      arch/um/kernel/asm-offsets.s
> In file included from 
> /next/linux-next-20120119/arch/um/include/shared/registers.h:9:0,
>                  from 
> /next/linux-next-20120119/arch/um/include/asm/processor-generic.h:14,
>                  from 
> /next/linux-next-20120119/arch/x86/um/asm/processor.h:20,
>                  from 
> /next/linux-next-20120119/arch/um/include/asm/uaccess.h:16,
>                  from 
> /next/linux-next-20120119/arch/um/include/asm/thread_info.h:13,
>                  from 
> /next/linux-next-20120119/include/linux/thread_info.h:53,
>                  from /next/linux-next-20120119/include/linux/preempt.h:9,
>                  from /next/linux-next-20120119/include/linux/spinlock.h:50,
>                  from /next/linux-next-20120119/include/linux/seqlock.h:29,
>                  from /next/linux-next-20120119/include/linux/time.h:8,
>                  from /next/linux-next-20120119/include/linux/timex.h:56,
>                  from /next/linux-next-20120119/include/linux/sched.h:57,
>                  from 
> /next/linux-next-20120119/arch/x86/um/shared/sysdep/kernel-offsets.h:2,
>                  from 
> /next/linux-next-20120119/arch/um/kernel/asm-offsets.c:1:
> /next/linux-next-20120119/arch/x86/um/shared/sysdep/ptrace.h:7:20: error: 
> redefinition of 'regs_return_value'
> /next/linux-next-20120119/arch/x86/um/shared/sysdep/ptrace.h:7:20: note: 
> previous definition of 'regs_return_value' was here

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.

-- 
Cheers,
Stephen Rothwell                    s...@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

Attachment: pgpqg73qzVT39.pgp
Description: PGP signature

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to