Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264811
b: refs/heads/master
c: 124ff4e
h: refs/heads/master
i:
  264809: a626401
  264807: e5f60b6
v: v3
  • Loading branch information
Vitaliy Ivanov authored and Jiri Kosina committed Sep 15, 2011
1 parent 4d2cf69 commit ee48532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f1ee39ff69bfe7f15398c6b13fdf496134c05c75
refs/heads/master: 124ff4e53ace98300bf7465e0285167a3df838d3
4 changes: 2 additions & 2 deletions trunk/kernel/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static void async_run_entry_fn(struct work_struct *work)
struct async_entry *entry =
container_of(work, struct async_entry, work);
unsigned long flags;
ktime_t calltime, delta, rettime;
ktime_t uninitialized_var(calltime), delta, rettime;

/* 1) move self to the running queue */
spin_lock_irqsave(&async_lock, flags);
Expand Down Expand Up @@ -269,7 +269,7 @@ EXPORT_SYMBOL_GPL(async_synchronize_full_domain);
void async_synchronize_cookie_domain(async_cookie_t cookie,
struct list_head *running)
{
ktime_t starttime, delta, endtime;
ktime_t uninitialized_var(starttime), delta, endtime;

if (initcall_debug && system_state == SYSTEM_BOOTING) {
printk(KERN_DEBUG "async_waiting @ %i\n", task_pid_nr(current));
Expand Down

0 comments on commit ee48532

Please sign in to comment.