Re: [U-Boot] [PATCH 28/82] x86: Don't export interrupt handlers with x86_64

2016-10-10 Thread Bin Meng
On Tue, Oct 11, 2016 at 11:16 AM, Bin Meng wrote: > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> We don't have a way of adjusting these at present so it is best to refuse to >> export these functions. This can be implemented later if the API is required. >> >> Signed-off-by: Simon Glas

Re: [U-Boot] [PATCH 28/82] x86: Don't export interrupt handlers with x86_64

2016-10-10 Thread Bin Meng
On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > We don't have a way of adjusting these at present so it is best to refuse to > export these functions. This can be implemented later if the API is required. > > Signed-off-by: Simon Glass > --- > > include/_exports.h | 2 +- > 1 file changed

[U-Boot] [PATCH 28/82] x86: Don't export interrupt handlers with x86_64

2016-09-25 Thread Simon Glass
We don't have a way of adjusting these at present so it is best to refuse to export these functions. This can be implemented later if the API is required. Signed-off-by: Simon Glass --- include/_exports.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/_exports.h b/i