Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25810
b: refs/heads/master
c: 530bba6
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and James Bottomley committed Apr 13, 2006
1 parent be1d550 commit 2a2f021
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ac05165179f45d47da6cb54fdedb33e9df87781d
refs/heads/master: 530bba6fa898318fbf111d91402d49b1c538e3cd
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ static int __init init_scsi(void)
if (error)
goto cleanup_sysctl;

for_each_cpu(i)
for_each_possible_cpu(i)
INIT_LIST_HEAD(&per_cpu(scsi_done_q, i));

printk(KERN_NOTICE "SCSI subsystem initialized\n");
Expand Down

0 comments on commit 2a2f021

Please sign in to comment.