]> git.baikalelectronics.ru Git - kernel.git/commit
jump_label: Fix unaligned traps on sparc.
authorDavid Miller <davem@davemloft.net>
Sat, 23 Oct 2010 18:06:24 +0000 (11:06 -0700)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 29 Oct 2010 16:57:06 +0000 (12:57 -0400)
commit7a077f534dcbd6273e914a9fc330971847719b78
tree491257e0bbb6cb419b8c146a570f635ea481122c
parente60658d7b40bcf261270b6a13b688381d267f8e5
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 <davem@davemloft.net>
LKML-Reference: <20101023.110624.226758370.davem@davemloft.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
arch/sparc/include/asm/jump_label.h