summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-03-30 09:00:45 +0000
committerphk <phk@FreeBSD.org>1999-03-30 09:00:45 +0000
commit291460bc145159969f36b1e6e280fe2ec7d1637d (patch)
treee5f3ee63e334da3863819dac61feb89d40b94d6b /sys/amd64
parent2c5f507432dedea8f803432b4a7a7367f0287dfa (diff)
downloadFreeBSD-src-291460bc145159969f36b1e6e280fe2ec7d1637d.zip
FreeBSD-src-291460bc145159969f36b1e6e280fe2ec7d1637d.tar.gz
Purging lint from the Bruce filter.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/support.S7
-rw-r--r--sys/amd64/amd64/support.s7
2 files changed, 10 insertions, 4 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 3f60616..cb9fd3e 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.60 1999/01/09 17:29:38 bde Exp $
+ * $Id: support.s,v 1.61 1999/03/21 12:30:50 phk Exp $
*/
#include "npx.h"
@@ -1614,13 +1614,16 @@ ENTRY(longjmp)
ret
/*
- * Here for doing BB-profiling (gcc -a).
+ * Support for BB-profiling (gcc -a). The kernbb program will extract
+ * the data from the kernel.
*/
.data
+ ALIGN_DATA
.globl bbhead
bbhead:
.long 0
+
.text
NON_GPROF_ENTRY(__bb_init_func)
movl 4(%esp),%eax
diff --git a/sys/amd64/amd64/support.s b/sys/amd64/amd64/support.s
index 3f60616..cb9fd3e 100644
--- a/sys/amd64/amd64/support.s
+++ b/sys/amd64/amd64/support.s
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.60 1999/01/09 17:29:38 bde Exp $
+ * $Id: support.s,v 1.61 1999/03/21 12:30:50 phk Exp $
*/
#include "npx.h"
@@ -1614,13 +1614,16 @@ ENTRY(longjmp)
ret
/*
- * Here for doing BB-profiling (gcc -a).
+ * Support for BB-profiling (gcc -a). The kernbb program will extract
+ * the data from the kernel.
*/
.data
+ ALIGN_DATA
.globl bbhead
bbhead:
.long 0
+
.text
NON_GPROF_ENTRY(__bb_init_func)
movl 4(%esp),%eax
OpenPOWER on IntegriCloud