]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Align the sys_call_table
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Oct 2007 07:03:57 +0000 (17:03 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 11 Oct 2007 04:36:47 +0000 (14:36 +1000)
commitfe75847c8590790c756fd80d3ef87d6d0b1a92de
tree7f2cdcb34e2843655c7ba46fc12db4d6984d1190
parentdb0b0e3de27339eb1c29f46a9cf57ede6e25ea03
[POWERPC] Align the sys_call_table

Our _GLOBAL macro does a ".align 2" so the alignment is fine for 32
bit, but on 64 bit it is possible for it to end up only 4 byte aligned.
I don't know if it matters, but it can't hurt to 8 byte align it.

It also means that when we build with --emit_relocs, none of our 64 bit
relocations are to misaligned places.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/systbl.S