Skip to content

Commit

Permalink
powerpc/book3s: EXPORT_SYMBOL_GPL machine_check_print_event_info
Browse files Browse the repository at this point in the history
It will be used in arch/powerpc/kvm/book3s_hv.c KVM module.

Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
  • Loading branch information
Mahesh Salgaonkar authored and Paul Mackerras committed Jun 21, 2017
1 parent 134764e commit 8aa586c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kernel/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ void machine_check_print_event_info(struct machine_check_event *evt,
break;
}
}
EXPORT_SYMBOL_GPL(machine_check_print_event_info);

uint64_t get_mce_fault_addr(struct machine_check_event *evt)
{
Expand Down

0 comments on commit 8aa586c

Please sign in to comment.