
7 Jun
2018
7 Jun
'18
10:33 p.m.
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