arch/arm/armv7/exception.c: fix warnings of macros and functions
commit8b9063c6b8610936ead9850a23277aa9dd8e62aa
authorIntegral <integral@member.fsf.org>
Tue, 23 Apr 2024 21:44:31 +0000 (23 14:44 -0700)
committerFelix Held <felix-coreboot@felixheld.de>
Fri, 26 Apr 2024 11:52:36 +0000 (26 11:52 +0000)
treefa2653ada3740166c3a858798809252149580dfe
parent90e835db2d2ef75ea7d0999090d1806cf7f85a4a
arch/arm/armv7/exception.c: fix warnings of macros and functions

Use better alignment attribute macro and add missing identifier names
for function definition arguments.

Change-Id: I1c5c33fc9210f068ff88c8d981f1a1c739890c9c
Signed-off-by: Integral <integral@member.fsf.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82050
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/arch/arm/armv7/exception.c