summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-06-05 20:23:29 +0000
committerkib <kib@FreeBSD.org>2009-06-05 20:23:29 +0000
commit2e047fc0c8ebcd44760556819bbc637aa30d3b8b (patch)
tree431e1ad724ecd5671c475ab03de55a31aa85ddd9 /sys/amd64
parent82f1e32a7fc42daff15f25b02446e827d336e9ab (diff)
downloadFreeBSD-src-2e047fc0c8ebcd44760556819bbc637aa30d3b8b.zip
FreeBSD-src-2e047fc0c8ebcd44760556819bbc637aa30d3b8b.tar.gz
Put intrcnt, eintrcnt, intrnames and eintrnames into the .data section.
Noted by: "Tseng, Kuo-Lang" <kuo-lang.tseng intel com>, bde MFC after: 3 days
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/support.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 35f5920..b445cee 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -38,6 +38,7 @@
#include "assym.s"
+ .data
ALIGN_DATA
.globl intrcnt, eintrcnt
intrcnt:
OpenPOWER on IntegriCloud