From: David Miller Date: Sat, 23 Oct 2010 18:06:24 +0000 (-0700) Subject: jump_label: Fix unaligned traps on sparc. X-Git-Tag: v2.6.37-rc1~18^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0daed0242d514033b9ecca9187108d3c4e281a5;p=pandora-kernel.git jump_label: Fix unaligned traps on sparc. The vmlinux.lds.h knobs to emit the __jump_table section in the main kernel image takes care to align the section, but this doesn't help for the __jump_table section that gets emitted into modules. Fix the resulting lack of section alignment by explicitly specifying it in the assembler. Signed-off-by: David S. Miller LKML-Reference: <20101023.110624.226758370.davem@davemloft.net> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed