arch: arc: fix the unaligned declaration of saved_value

the original declaration is not aligned to 4 bytes.

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
This commit is contained in:
Wayne Ren 2019-03-22 14:58:44 +08:00 committed by Kumar Gala
commit bcdfc9f1ac

View file

@ -40,8 +40,8 @@ GTEXT(_irq_do_offload);
GDATA(exc_nest_count)
.balign 4
SECTION_VAR(BSS, saved_value)
.balign 4
.word 0
/* the necessary stack size for exception handling */