mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 23:46:14 +01:00
parisc: Mark ex_table entries 32-bit aligned in assembly.h
Add an align statement to tell the linker that all ex_table entries and as such the whole ex_table section should be 32-bit aligned in vmlinux and modules. Signed-off-by: Helge Deller <deller@gmx.de> Cc: stable@vger.kernel.org # v6.0+
This commit is contained in:
parent
98b1cc82c4
commit
e11d4cccd0
1 changed files with 1 additions and 0 deletions
|
|
@ -574,6 +574,7 @@
|
|||
*/
|
||||
#define ASM_EXCEPTIONTABLE_ENTRY(fault_addr, except_addr) \
|
||||
.section __ex_table,"aw" ! \
|
||||
.align 4 ! \
|
||||
.word (fault_addr - .), (except_addr - .) ! \
|
||||
.previous
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue