summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-24 12:42:16 +0000
committerbde <bde@FreeBSD.org>2004-05-24 12:42:16 +0000
commit2f8036c976e17237f2193647e8dc744dd210e4e4 (patch)
tree88adb4a148f4ab83bc87b5608268a33994845ce1 /sys/amd64
parentec80dae8bc7d842d2aacdfef8ac87c7709d10c38 (diff)
downloadFreeBSD-src-2f8036c976e17237f2193647e8dc744dd210e4e4.zip
FreeBSD-src-2f8036c976e17237f2193647e8dc744dd210e4e4.tar.gz
Oops, ".align 4" for the data section in the previous commit should
have been ".p2align 4". This bug is cosmetic since the data section happens to be empty.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/exception.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index c93b449..46379b1 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -309,7 +309,7 @@ ENTRY(fork_trampoline)
#ifdef IA32
.data
- .align 4
+ .p2align 4
.text
SUPERALIGN_TEXT
@@ -317,7 +317,7 @@ ENTRY(fork_trampoline)
#endif
.data
- .align 4
+ .p2align 4
.text
SUPERALIGN_TEXT
MCOUNT_LABEL(bintr)
@@ -326,7 +326,7 @@ MCOUNT_LABEL(bintr)
#ifdef DEV_ATPIC
.data
- .align 4
+ .p2align 4
.text
SUPERALIGN_TEXT
OpenPOWER on IntegriCloud