summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/linkage.h
diff options
context:
space:
mode:
authorAndi Kleen2006-09-26 10:52:29 +0200
committerAndi Kleen2006-09-26 10:52:29 +0200
commitb06babac45e1546dfb504f1f25eb0495632bfc41 (patch)
tree687c60b4db34301f3d96f50d8ee4577a7427f155 /include/asm-x86_64/linkage.h
parent[PATCH] i386: Remove const case for rwlocks (diff)
downloadkernel-qcow2-linux-b06babac45e1546dfb504f1f25eb0495632bfc41.tar.gz
kernel-qcow2-linux-b06babac45e1546dfb504f1f25eb0495632bfc41.tar.xz
kernel-qcow2-linux-b06babac45e1546dfb504f1f25eb0495632bfc41.zip
[PATCH] Add proper alignment to ENTRY
Previously it didn't align. Use the same one as the C compiler in blended mode, which is good for K8 and Core2 and doesn't hurt on P4. Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64/linkage.h')
-rw-r--r--include/asm-x86_64/linkage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/linkage.h b/include/asm-x86_64/linkage.h
index 291c2d01c44f..b5f39d0189ce 100644
--- a/include/asm-x86_64/linkage.h
+++ b/include/asm-x86_64/linkage.h
@@ -1,6 +1,6 @@
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
-/* Nothing to see here... */
+#define __ALIGN .p2align 4,,15
#endif