mce.c (3eb66e91a25497065c5322b1268cbc3953642227) | mce.c (5b497af42fab12cadc0e29bcb7052cf9963603f5) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * NFIT - Machine Check Handler 3 * 4 * Copyright(c) 2013-2016 Intel Corporation. All rights reserved. | 2/* 3 * NFIT - Machine Check Handler 4 * 5 * Copyright(c) 2013-2016 Intel Corporation. All rights reserved. |
5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of version 2 of the GNU General Public License as 8 * published by the Free Software Foundation. 9 * 10 * This program is distributed in the hope that it will be useful, but 11 * WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 * General Public License for more details. | |
14 */ 15#include <linux/notifier.h> 16#include <linux/acpi.h> 17#include <linux/nd.h> 18#include <asm/mce.h> 19#include "nfit.h" 20 21static int nfit_handle_mce(struct notifier_block *nb, unsigned long val, --- 86 unchanged lines hidden --- | 6 */ 7#include <linux/notifier.h> 8#include <linux/acpi.h> 9#include <linux/nd.h> 10#include <asm/mce.h> 11#include "nfit.h" 12 13static int nfit_handle_mce(struct notifier_block *nb, unsigned long val, --- 86 unchanged lines hidden --- |