From mboxrd@z Thu Jan 1 00:00:00 1970 From: gengdongjiu@huawei.com (gengdongjiu) Date: Wed, 18 Oct 2017 17:17:27 +0800 Subject: [PATCH v5 2/2] acpi: apei: Add SEI notification type support for ARMv8 In-Reply-To: <20171018090649.e7qgdf2dwmr7yxc3@pd.tnic> References: <1508227341-15651-1-git-send-email-gengdongjiu@huawei.com> <1508227341-15651-2-git-send-email-gengdongjiu@huawei.com> <20171017170635.qb4sqyrsnndgbuni@pd.tnic> <0bcba052-700b-5ee8-88fc-aaf8cc6b1d37@huawei.com> <20171018090649.e7qgdf2dwmr7yxc3@pd.tnic> Message-ID: <4b51bd4e-2bf7-3aed-f17c-565b49781009@huawei.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2017/10/18 17:06, Borislav Petkov wrote: > On Wed, Oct 18, 2017 at 01:00:44PM +0800, gengdongjiu wrote: >> SError is System Error, which is a asynchronous exception in the Internal CPU. >> >> In the ARM RAS Extension, there are mainly two type abort for CPU: >> SEA(Synchronous External Abort) >> SEI(SError Interrupt) > And you're not writing it out as "System Error" because ...? Thanks Borislav, can I write it as asynchronous exception or asynchronous abort?