]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/trace/trace_stack.c
locking: Convert raw_spinlock to arch_spinlock
[net-next-2.6.git] / kernel / trace / trace_stack.c
index 8504ac71e4e8f9831edd7cc0d3186f98fdcad6c1..9a82d568fdec604bb72e03c36f7bebea606c82bf 100644 (file)
@@ -27,8 +27,8 @@ static struct stack_trace max_stack_trace = {
 };
 
 static unsigned long max_stack_size;
-static raw_spinlock_t max_stack_lock =
-       (raw_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED;
+static arch_spinlock_t max_stack_lock =
+       (arch_spinlock_t)__RAW_SPIN_LOCK_UNLOCKED;
 
 static int stack_trace_disabled __read_mostly;
 static DEFINE_PER_CPU(int, trace_active);