|
@@ -39,7 +39,7 @@ static unsigned long htab_addr;
|
|
|
static unsigned char *bolttab;
|
|
|
static unsigned char *inusetab;
|
|
|
|
|
|
-static spinlock_t ps3_bolttab_lock = SPIN_LOCK_UNLOCKED;
|
|
|
+static DEFINE_SPINLOCK(ps3_bolttab_lock);
|
|
|
|
|
|
#define debug_dump_hpte(_a, _b, _c, _d, _e, _f, _g) \
|
|
|
_debug_dump_hpte(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
|