Files
linux/arch/nios2/include/asm
Arnd Bergmann 23f8c1823b arch: add do_page_fault prototypes
do_page_fault() is missing a declaration on a couple of architectures:

arch/alpha/mm/fault.c:85:1: error: no previous prototype for 'do_page_fault' [-Werror=missing-prototypes]
arch/csky/mm/fault.c:187:17: error: no previous prototype for 'do_page_fault' [-Werror=missing-prototypes]
arch/mips/mm/fault.c:323:17: error: no previous prototype for 'do_page_fault' [-Werror=missing-prototypes]
arch/nios2/mm/fault.c:43:17: error: no previous prototype for 'do_page_fault' [-Werror=missing-prototypes]
arch/sh/mm/fault.c:389:27: error: no previous prototype for 'do_page_fault' [-Werror=missing-prototypes]

Since the calling conventions are architecture specific here,
add separate prototypes for each one.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2023-11-23 11:32:32 +01:00
..
2014-12-08 12:56:01 +08:00
2019-11-11 21:18:19 +01:00
2014-12-08 12:55:51 +08:00
2022-11-08 17:37:19 -08:00
2014-12-08 12:56:00 +08:00
2014-12-08 12:55:53 +08:00
2019-04-03 10:32:54 +02:00
2023-11-23 11:32:32 +01:00
2022-02-25 09:36:06 +01:00