[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150529191853.GR31435@pd.tnic>
Date:	Fri, 29 May 2015 21:18:53 +0200
From:	Borislav Petkov <bp@...en8.de>
To:	Aravind Gopalakrishnan <aravind.gopalakrishnan@....com>
Cc:	dougthompson@...ssion.com, mchehab@....samsung.com,
	linux-edac@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/6] edac, mce_amd_inj: Add capability to trigger apic
 interrupts
On Fri, May 29, 2015 at 01:27:48PM -0500, Aravind Gopalakrishnan wrote:
> Fixed it thusly:
>         u8 dfr_vec = DEFERRED_ERROR_VECTOR;
>         asm volatile("int %0"
>                      :: "n" (dfr_vec));
asm volatile("int %0" :: "i" (DEFERRED_ERROR_VECTOR));
should be just fine.
-- 
Regards/Gruss,
    Boris.
ECO tip #101: Trim your mails when you reply.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists