From 2ebedeb8869e1516eba3d27d26ada282513cebd5 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Tue, 9 Oct 2012 14:49:51 -0700 Subject: [PATCH] --- yaml --- r: 333705 b: refs/heads/master c: 466cab878ef98a0618734a1fa64a02e5fbf90867 h: refs/heads/master i: 333703: 7320a5e56bf7b4c99c7a121b6916e68c99079503 v: v3 --- [refs] | 2 +- trunk/include/linux/lglock.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 380c1d2e8b85..d73e2d557612 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 462e1e1bc879d10d7c2ce96a1b1001edaaa815ba +refs/heads/master: 466cab878ef98a0618734a1fa64a02e5fbf90867 diff --git a/trunk/include/linux/lglock.h b/trunk/include/linux/lglock.h index 45eff71de887..8f974517c48a 100644 --- a/trunk/include/linux/lglock.h +++ b/trunk/include/linux/lglock.h @@ -49,7 +49,7 @@ struct lglock { }; #define DEFINE_LGLOCK(name) \ - DEFINE_PER_CPU(arch_spinlock_t, name ## _lock) \ + static DEFINE_PER_CPU(arch_spinlock_t, name ## _lock) \ = __ARCH_SPIN_LOCK_UNLOCKED; \ struct lglock name = { .lock = &name ## _lock }