
12 Jun
2018
12 Jun
'18
3:54 a.m.
On Fri, Jun 8, 2018 at 4:33 AM, Simon Glass sjg@chromium.org wrote:
On 3 June 2018 at 18:04, Bin Meng bmeng.cn@gmail.com wrote:
LINK_V2N and LINK_N2V are currently defines, so they cannot handle complex logics. Change to inline functions for future extension.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/irq.c | 18 +++++++++++------- arch/x86/include/asm/irq.h | 26 +++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
applied to u-boot-x86, thanks!