diff options
author | Anton Blanchard <anton@samba.org> | 2006-03-26 20:00:45 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-28 21:44:16 -0500 |
commit | 15e812ad849e142e3dfc984d33c4d8042389f148 (patch) | |
tree | e2d50c583457e8c4b2d06eea9846c04d0f5629d7 /include | |
parent | fa465f8c7008c6cab32b05f3f1af57f7c86e8873 (diff) |
[PATCH] powerpc: Remove oprofile spinlock backtrace code
Remove oprofile spinlock backtrace code now we have proper calltrace
support. Also make MMCRA sihv and sipr bits a variable since they may
change in future cpus. Finally, MMCRA should be a 64bit quantity.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/oprofile_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-powerpc/oprofile_impl.h b/include/asm-powerpc/oprofile_impl.h index aa180e907a67..5b33994cd488 100644 --- a/include/asm-powerpc/oprofile_impl.h +++ b/include/asm-powerpc/oprofile_impl.h | |||
@@ -35,9 +35,6 @@ struct op_system_config { | |||
35 | #endif | 35 | #endif |
36 | unsigned long enable_kernel; | 36 | unsigned long enable_kernel; |
37 | unsigned long enable_user; | 37 | unsigned long enable_user; |
38 | #ifdef CONFIG_PPC64 | ||
39 | unsigned long backtrace_spinlocks; | ||
40 | #endif | ||
41 | }; | 38 | }; |
42 | 39 | ||
43 | /* Per-arch configuration */ | 40 | /* Per-arch configuration */ |