linux_dsm_epyc7002/arch/powerpc/include
Michael Ellerman 99ad503287 powerpc: Add a prototype for mcount() so it can be versioned
Currently we get a warning that _mcount() can't be versioned:

  WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.

Add a prototype to asm-prototypes.h to fix it.

The prototype is not really correct, mcount() is not a normal function,
it has a special ABI. But for the purpose of versioning it doesn't
matter.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-02-10 13:28:06 +11:00
..
asm powerpc: Add a prototype for mcount() so it can be versioned 2017-02-10 13:28:06 +11:00
uapi/asm powerpc: Add new cache geometry aux vectors 2017-02-06 19:46:04 +11:00