Re: [Xen-devel] [PATCH v4 3/6] tools: add __used and enable to override

2017-01-19 Thread Greg KH
On Sun, Jan 15, 2017 at 01:12:12PM -0800, Luis R. Rodriguez wrote: > This adds __used, to be used later in the userspace linker-tables > sandbox. If any userspace applicaiton wants to override they can > add their own definition and then use include_next. I think you need a spell checker :(

[Xen-devel] [PATCH v4 3/6] tools: add __used and enable to override

2017-01-15 Thread Luis R. Rodriguez
This adds __used, to be used later in the userspace linker-tables sandbox. If any userspace applicaiton wants to override they can add their own definition and then use include_next. This definition should probably suffice for most uses cases though. Signed-off-by: Luis R. Rodriguez --- tools/i