[PATCH] ppc64: Fix oprofile when compiled as a module
authorAnton Blanchard <anton@samba.org>
Mon, 9 Jan 2006 04:41:31 +0000 (15:41 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 05:02:52 +0000 (16:02 +1100)
My recent changes to oprofile broke it when built as a module. Fix it by
using an enum instead of a function pointer. This way we still retain
the oprofile configuration in the cputable.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found