"H. J. Lu" <[EMAIL PROTECTED]> wrote:
>
> My patch breaks x86_64 build. This patch will fix x86_64 build. I am
>  also enclosing the updated full patch.

It now breaks ppc64

include/asm/elf.h: In function `dump_task_regs':
include/asm/elf.h:177: error: dereferencing pointer to incomplete type

That's because pt_regs isn't known, because sched.h is including elf.h
before pt_regs gets defined.  This is a pretty fragile area I'm afraid.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to