commit | 32a33994d513606d29e87e152deb67ba5f3c8e82 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Jan 09 15:41:31 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 16:02:52 2006 +1100 |
tree | 2966bbe85eb2880aacc1dba045af7a02cee0aa26 | |
parent | 9a699aefa87cb0379a67741926820c9271d748a9 [diff] |
[PATCH] ppc64: Fix oprofile when compiled as a module 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>