|
@@ -852,7 +852,8 @@ static struct page_state {
|
|
|
* "Dirty/Clean" indication is not 100% accurate due to the possibility of
|
|
|
* setting PG_dirty outside page lock. See also comment above set_page_dirty().
|
|
|
*/
|
|
|
-static void action_result(unsigned long pfn, enum mf_action_page_type type, int result)
|
|
|
+static void action_result(unsigned long pfn, enum mf_action_page_type type,
|
|
|
+ enum mf_result result)
|
|
|
{
|
|
|
pr_err("MCE %#lx: recovery action for %s: %s\n",
|
|
|
pfn, action_page_types[type], action_name[result]);
|