Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2009 13:31:27 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r193713 - in stable/7/sys: . amd64/amd64 contrib/pf dev/ath/ath_hal dev/cxgb
Message-ID:  <200906081331.n58DVRDO030605@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906081331.n58DVRDO030605>