[PATCH v4 3/4] GHES: add a notify chain for process memory section

2017-09-27 Thread Xie XiuQi
Add a notify chain for process memory section, with which other modules might do error recovery. Signed-off-by: Xie XiuQi --- drivers/acpi/apei/ghes.c | 10 ++ include/acpi/ghes.h | 8 2 files changed, 18 insertions(+) diff --git

[PATCH v4 3/4] GHES: add a notify chain for process memory section

2017-09-27 Thread Xie XiuQi
Add a notify chain for process memory section, with which other modules might do error recovery. Signed-off-by: Xie XiuQi --- drivers/acpi/apei/ghes.c | 10 ++ include/acpi/ghes.h | 8 2 files changed, 18 insertions(+) diff --git a/drivers/acpi/apei/ghes.c