summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-04-03 17:40:20 +0000
committermarcel <marcel@FreeBSD.org>2008-04-03 17:40:20 +0000
commit7dc245de4b5f795aac00fe2f7f485f4587e7985b (patch)
tree8d974447748d22eba267bd4ecb780cd74cdbf2d3 /sys/powerpc
parentd06d18ff96d37cc82f9553c892d3ce2970bdd28e (diff)
downloadFreeBSD-src-7dc245de4b5f795aac00fe2f7f485f4587e7985b.zip
FreeBSD-src-7dc245de4b5f795aac00fe2f7f485f4587e7985b.tar.gz
Align functions to 16-byte boundaries due to profiling granularity.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h
index 34d8ad6..d611617 100644
--- a/sys/powerpc/include/asm.h
+++ b/sys/powerpc/include/asm.h
@@ -61,7 +61,7 @@
.data; .align 2; .globl x; x:
#define _ENTRY(x) \
- .text; .align 2; .globl x; .type x,@function; x:
+ .text; .align 4; .globl x; .type x,@function; x:
#ifdef GPROF
# define _PROF_PROLOGUE mflr 0; stw 0,4(1); bl _mcount
OpenPOWER on IntegriCloud