Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212277
b: refs/heads/master
c: 383f9f1
h: refs/heads/master
i:
  212275: 45eeafc
v: v3
  • Loading branch information
Thomas Gleixner authored and Tony Luck committed Sep 23, 2010
1 parent 5d696b2 commit cda3ae2
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: 3e6b1b25a92df39d2b619ed3cf74322ddef6800e
refs/heads/master: 383f9f1741cd03687303f82543bbae11935a2ad6
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/salinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ salinfo_init(void)
for (i = 0; i < ARRAY_SIZE(salinfo_log_name); i++) {
data = salinfo_data + i;
data->type = i;
init_MUTEX(&data->mutex);
sema_init(&data->mutex, 1);
dir = proc_mkdir(salinfo_log_name[i], salinfo_dir);
if (!dir)
continue;
Expand Down

0 comments on commit cda3ae2

Please sign in to comment.