]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix location and rename exception trampolines
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 15 Aug 2013 05:22:17 +0000 (15:22 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 27 Aug 2013 04:45:08 +0000 (14:45 +1000)
commita2dec7bbeec1df9c9a78e4b909519f5370c47cba
tree2891e9820577d34aa4f1e7c9f7cc067a9504072b
parent718619a6d5d6b2ba5f9c413f9428418315dde73c
powerpc: Fix location and rename exception trampolines

The symbols that name some of our exception trampolines are ahead of the
location they name. In most cases this is OK because the code is tightly
packed, but in some cases it means the symbol floats ahead of the
correct location, eg:

  c000000000000ea0 <performance_monitor_pSeries_1>:
          ...
  c000000000000f00:       7d b2 43 a6     mtsprg  2,r13

Fix them all by moving the symbol after the set of the location.

While we're moving them anyway, rename them to loose the camelcase and
to make it clear that they are trampolines.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/exceptions-64s.S