commit | cd2c521bec8bc099786d14eedbb3847879ff89ac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 25 21:33:31 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 11 11:55:33 2016 +0800 |
tree | 0acaccc4caad2cc2057bf659697ce127cbd520a9 | |
parent | 64f9960b57f6393c8a09cd968f95e6b338fbdc04 [diff] |
x86: Don't export interrupt handlers with x86_64 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>