Re: [Xen-devel] [PATCH v4 5/6] tools: add __section() to compiler.h

2017-01-19 Thread Greg KH
On Sun, Jan 15, 2017 at 01:12:14PM -0800, Luis R. Rodriguez wrote: > This will be used later by the userspace linker table. same comment as the last time you used this sentence as a changelog text... thanks, greg k-h ___ Xen-devel mailing list Xen-dev

[Xen-devel] [PATCH v4 5/6] tools: add __section() to compiler.h

2017-01-15 Thread Luis R. Rodriguez
This will be used later by the userspace linker table. Signed-off-by: Luis R. Rodriguez --- tools/include/linux/compiler.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/include/linux/compiler.h b/tools/include/linux/compiler.h index 556c991de212..6321265df00a 100644 --- a/tools/inc