OSDN Git Service

arm64: Add prototypes for functions called by entry.S
authorJames Morse <james.morse@arm.com>
Fri, 25 Oct 2019 16:42:11 +0000 (17:42 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 28 Oct 2019 11:22:41 +0000 (11:22 +0000)
commite540e0a7fa1ff889e37ca9af44eb44ec3d2c8a01
tree6793d658ffefc22ee766fb7141974ec7e7da7747
parentb6e43c0e3129ffe87e65c85f20fcbdf0eb86fba0
arm64: Add prototypes for functions called by entry.S

Functions that are only called by assembly don't always have a
C header file prototype.

Add the prototypes before moving the assembly callers to C.

Signed-off-by: James Morse <james.morse@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/exception.h