[U-Boot] [PATCH 10/13] x86: irq: Change LINK_V2N and LINK_N2V to inline functions

Bin Meng bmeng.cn at gmail.com
Tue Jun 12 01:54:17 UTC 2018


On Fri, Jun 8, 2018 at 4:33 AM, Simon Glass <sjg at chromium.org> wrote:
> On 3 June 2018 at 18:04, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list