* David Miller <davem@xxxxxxxxxxxxx> wrote: > From: Sam Ravnborg <sam@xxxxxxxxxxxx> > Date: Tue, 6 Jan 2009 22:06:24 +0100 > > > So outstanding issues now are: > > > > 1) How to fix "warning" in unaligned_64.c (get_user() || get_user()) > > I'm going to put a hack patch in, similar to your's, so people can get > work done. We can try to cure this situation more cleanly later. > > sparc64: Work around branch tracer warning. > > As reported by Sam Ravnborg, Gcc-3.4.5 does not handle: > > if (get_user() || get_user()) > > with the new branch tracer enabled. > > Just seperate it out into seperate statements for now > so people can get work done. Can you think of any way we could improve the branch-tracer instrumentation define in any way to prevent such trouble? Ingo -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html