]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Don't use a function descriptor for system call table
authorAnton Blanchard <anton@samba.org>
Tue, 4 Feb 2014 05:05:53 +0000 (16:05 +1100)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:17 +0000 (10:05 +1000)
commit71be1fd3ffccee1393e66240201173898441c374
treed8e69b2bbdb52a7623f8139edfa7e5ee7dc68048
parentab144caa72329916a822ee863d69d082f8636a74
powerpc: Don't use a function descriptor for system call table

There is no need to create a function descriptor for the system call
table. By using one we force the system call table into the text
section and it really belongs in the rodata section.

This also removes another use of dot symbols.

Signed-off-by: Anton Blanchard <anton@samba.org>
arch/powerpc/kernel/entry_64.S
arch/powerpc/kernel/systbl.S