/openbmc/linux/arch/arc/include/asm/ |
H A D | mmu.h | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | setup.h | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | smp.h | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | irq.h | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | entry.h | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | ptrace.h | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
/openbmc/linux/arch/arc/kernel/ |
H A D | traps.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | devtree.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | intc-arcv2.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | stacktrace.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | signal.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | smp.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
/openbmc/linux/arch/arc/mm/ |
H A D | tlb.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | init.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | cache.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|
H A D | fault.c | diff 4d3696801bad2a037832c15a8d21dfe0c529d9cd Sat Aug 12 20:23:59 CDT 2023 Vineet Gupta <vgupta@kernel.org> ARC: -Wmissing-prototype warning fixes
Anrd reported [1] new compiler warnings due to -Wmissing-protype. These are for non static functions mostly used in asm code hence not exported already. Fix this by adding the prototypes.
[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
|