Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121270
b: refs/heads/master
c: e726f5f
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Dec 8, 2008
1 parent 22cccd5 commit 559fd77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 380c4b1411ccd6885f92b2c8ceb08433a720f44e
refs/heads/master: e726f5f91effd8944c76475a2688093a03ba0d10
6 changes: 3 additions & 3 deletions trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -3596,9 +3596,9 @@ int trace_vprintk(unsigned long ip, int depth, const char *fmt, va_list args)
struct ring_buffer_event *event;
struct trace_array *tr = &global_trace;
struct trace_array_cpu *data;
struct print_entry *entry;
unsigned long flags, irq_flags;
int cpu, len = 0, size, pc;
struct print_entry *entry;
unsigned long irq_flags;

if (tracing_disabled || tracing_selftest_running)
return 0;
Expand All @@ -3623,7 +3623,7 @@ int trace_vprintk(unsigned long ip, int depth, const char *fmt, va_list args)
if (!event)
goto out_unlock;
entry = ring_buffer_event_data(event);
tracing_generic_entry_update(&entry->ent, flags, pc);
tracing_generic_entry_update(&entry->ent, irq_flags, pc);
entry->ent.type = TRACE_PRINT;
entry->ip = ip;
entry->depth = depth;
Expand Down

0 comments on commit 559fd77

Please sign in to comment.