summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTony Luck2005-05-19 02:09:06 +0200
committerTony Luck2005-05-19 02:09:06 +0200
commitfe12e25ebdd195a57d3fd655061fd2525609b16b (patch)
tree40fd06986609b302ebac96f302881d173240c79c /arch
parentSync with Linus - rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/... (diff)
downloadkernel-qcow2-linux-fe12e25ebdd195a57d3fd655061fd2525609b16b.tar.gz
kernel-qcow2-linux-fe12e25ebdd195a57d3fd655061fd2525609b16b.tar.xz
kernel-qcow2-linux-fe12e25ebdd195a57d3fd655061fd2525609b16b.zip
[IA64] initialize spinlock pfm_alt_install_check
I applied the penultimate version of the perfmon patch, which didn't have the initialization of the new spinlock that was added. Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/kernel/perfmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c
index ab9682f8b044..0e58ec7db128 100644
--- a/arch/ia64/kernel/perfmon.c
+++ b/arch/ia64/kernel/perfmon.c
@@ -497,7 +497,7 @@ typedef struct {
static pfm_stats_t pfm_stats[NR_CPUS];
static pfm_session_t pfm_sessions; /* global sessions information */
-static spinlock_t pfm_alt_install_check;
+static spinlock_t pfm_alt_install_check = SPIN_LOCK_UNLOCKED;
static pfm_intr_handler_desc_t *pfm_alt_intr_handler;
static struct proc_dir_entry *perfmon_dir;