]> Pileus Git - ~andy/linux/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)
commitfa111f1f764783fd5f1f12f5dd5d5f66d3160b48
tree2891e9820577d34aa4f1e7c9f7cc067a9504072b
parent660e034ce167b0954b83fd024c8be02c2911dbc9
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