Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70712
b: refs/heads/master
c: f7a75f0
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Oct 17, 2007
1 parent b8fd955 commit 6839897
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: d68c9d6ae8f1fdae7d998158adc5ee106a2f8ce6
refs/heads/master: f7a75f0a40073601a0fb509290019d5f3f32b94b
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/ops-pmcmsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static void pci_proc_init(void)
}
#endif /* CONFIG_PROC_FS && PCI_COUNTERS */

spinlock_t bpci_lock = SPIN_LOCK_UNLOCKED;
DEFINE_SPINLOCK(bpci_lock);

/*****************************************************************************
*
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/slice.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <asm/mmu.h>
#include <asm/spu.h>

static spinlock_t slice_convert_lock = SPIN_LOCK_UNLOCKED;
static DEFINE_SPINLOCK(slice_convert_lock);


#ifdef DEBUG
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/sysfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

DEFINE_MUTEX(sysfs_mutex);
DEFINE_MUTEX(sysfs_rename_mutex);
spinlock_t sysfs_assoc_lock = SPIN_LOCK_UNLOCKED;
DEFINE_SPINLOCK(sysfs_assoc_lock);

static spinlock_t sysfs_ino_lock = SPIN_LOCK_UNLOCKED;
static DEFINE_SPINLOCK(sysfs_ino_lock);
static DEFINE_IDA(sysfs_ino_ida);

/**
Expand Down

0 comments on commit 6839897

Please sign in to comment.