Re: [RFC v2 4/7] asm/sections: add a generic push_section_tbl()

From: Luis R. Rodriguez
Date: Fri May 20 2016 - 15:53:37 EST


On Fri, Feb 26, 2016 at 03:56:04PM +0100, Heiko Carstens wrote:
> On Sun, Feb 21, 2016 at 06:55:05PM -0800, H. Peter Anvin wrote:
> > On 02/19/16 13:06, Luis R. Rodriguez wrote:
> > >>
> > >> I think the \n\t is unnecessary.
> > >
> > > Super! I wonder if we we can just use this on s390 as well without it pooping?
> > > I ask as this would set a precedent.
> > >
> >
> > Ask Heike, but I think just ; or \n ought be be fine. I do not know of
> > *any* case where \t at the end of a string would ever be necessary, and
> > it would *always* be possible to replace it with a space in a pinch.
>
> \n should be fine on s390.

Great, thanks, I'll move forward with just \n in v3.

Luis