Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180692
b: refs/heads/master
c: 2b4f017
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 18, 2010
1 parent f2c0a57 commit c02fcf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 083c88fcf1a89986ffa160826f96509fb4b370bb
refs/heads/master: 2b4f0175799a5d714ff7f83bba7eae6fca268834
1 change: 1 addition & 0 deletions trunk/arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ struct cpu_cache_fns cpu_cache;
#endif
#ifdef CONFIG_OUTER_CACHE
struct outer_cache_fns outer_cache;
EXPORT_SYMBOL(outer_cache);
#endif

struct stack {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/arm/fas216.c
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ int fas216_eh_device_reset(struct scsi_cmnd *SCpnt)
if (info->scsi.phase == PHASE_IDLE)
fas216_kick(info);

mod_timer(&info->eh_timer, 30 * HZ);
mod_timer(&info->eh_timer, jiffies + 30 * HZ);
spin_unlock_irqrestore(&info->host_lock, flags);

/*
Expand Down

0 comments on commit c02fcf2

Please sign in to comment.