MIPS: Make declarations and definitions of tlbmiss_handler_setup_pgd match.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 21 Mar 2013 10:28:10 +0000 (11:28 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Apr 2013 11:04:11 +0000 (13:04 +0200)
tlbmiss_handler_setup_pgd is run-time generated code and it was convenient
to pretend the symbol was an array in the generator but a function for
the users.  LTO gcc won't tolerate this kind of lie anymore so solve the
problem through a cast and function pointer instead.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found