diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-23 05:55:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-23 05:55:10 +0000 |
| commit | c692fbe0916c6a95372c311fd2c2b985bce3e3b1 (patch) | |
| tree | 84738140e3f54dbb6cbf2dc19d7b1c5003ab42ef /sys/boot | |
| parent | 155974701d3673f0d56859eb6cb62fa7745a445c (diff) | |
Notes
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; |
