diff options
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/ia64/ski/main.c | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/skiload/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ia64/ski/main.c b/sys/boot/ia64/ski/main.c index 01b407d4652e3..cd3c479690d21 100644 --- a/sys/boot/ia64/ski/main.c +++ b/sys/boot/ia64/ski/main.c @@ -49,7 +49,7 @@ struct arch_switch archsw; /* MI/MD interface boundary */ void __start(void) { - static char stack[16384] __attribute__((aligned (16))); + static char stack[16384] __aligned(16); static char malloc[512*1024]; int i; diff --git a/sys/boot/ia64/skiload/main.c b/sys/boot/ia64/skiload/main.c index 01b407d4652e3..cd3c479690d21 100644 --- a/sys/boot/ia64/skiload/main.c +++ b/sys/boot/ia64/skiload/main.c @@ -49,7 +49,7 @@ struct arch_switch archsw; /* MI/MD interface boundary */ void __start(void) { - static char stack[16384] __attribute__((aligned (16))); + static char stack[16384] __aligned(16); static char malloc[512*1024]; int i; |
