From: Kyle McMartin Date: Mon, 4 Jun 2007 06:26:52 +0000 (-0400) Subject: [PARISC] Fix kernel panic in check_ivt X-Git-Tag: v2.6.22-rc5~36^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d4ed4e3e5aa8d9e6b4b795f004a7028ce780e9;p=pandora-kernel.git [PARISC] Fix kernel panic in check_ivt check_ivt had some seriously broken code wrt function pointers on parisc64. Instead of referencing the hpmc code via a function pointer, export symbols and reference it as a const array. Thanks to jda for pointing out the broken 64-bit func ptr handling. Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed