KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler

A bunch of KVM functions are only called from assembler.
Give them prototypes in asm-prototypes.h
This reduces sparse warnings.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
Daniel Axtens
2016-10-10 11:31:20 +11:00
committed by Paul Mackerras
부모 025c951138
커밋 ebe4535fbe
6개의 변경된 파일49개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -16,6 +16,7 @@
#include <asm/machdep.h>
#include <asm/cputhreads.h>
#include <asm/hmi.h>
#include <asm/asm-prototypes.h>
/* SRR1 bits for machine check on POWER7 */
#define SRR1_MC_LDSTERR (1ul << (63-42))