svn commit: r193713 - in stable/7/sys: . amd64/amd64 contrib/pf dev/ath/ath_hal dev/cxgb

Konstantin Belousov kib at FreeBSD.org
Mon Jun 8 13:31:29 UTC 2009


Author: kib
Date: Mon Jun  8 13:31:27 2009
New Revision: 193713
URL: http://svn.freebsd.org/changeset/base/193713

Log:
  MFC r193535:
  Put intrcnt, eintrcnt, intrnames and eintrnames into the .data section.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/amd64/amd64/support.S
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/amd64/amd64/support.S
==============================================================================
--- stable/7/sys/amd64/amd64/support.S	Mon Jun  8 12:15:39 2009	(r193712)
+++ stable/7/sys/amd64/amd64/support.S	Mon Jun  8 13:31:27 2009	(r193713)
@@ -38,6 +38,7 @@
 
 #include "assym.s"
 
+	.data
 	ALIGN_DATA
 	.globl	intrcnt, eintrcnt
 intrcnt:


More information about the svn-src-all mailing list