On Tue, Oct 25, 2016 at 03:07:56PM -0400, David Miller wrote: > From: Sam Ravnborg <sam@xxxxxxxxxxxx> > Date: Tue, 25 Oct 2016 20:39:40 +0200 > > > One small comment below. > ... > >> @@ -22,21 +23,17 @@ > >> #endif > >> > >> #ifndef EX_LD > >> -#define EX_LD(x) x > >> +#define EX_LD(x,y) x > > > > The above line will result in following assembelr code fragment: > > .word 98b, ; \ > > ^ > > empty > > Maybe this is just fine - but it looks wrong. > > Same goes for other uses of related macros. > > It's a macro definition which just emits the first argument > when actually used. > > Can you explain in more detail what you think happens? Thats simple - I am wasting your time. I misread what was going on - and was too quick to reply. Sam -- 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