Commit 8dba80ce authored by David S. Miller's avatar David S. Miller

[SPARC64]: Kill unused var warnings/errors.

parent 51e645b9
......@@ -302,9 +302,7 @@ void _do_write_unlock(rwlock_t *rw)
int _do_write_trylock (rwlock_t *rw, char *str)
{
unsigned long caller, val;
int stuck = INIT_STUCK;
int cpu = smp_processor_id();
int shown = 0;
GET_CALLER(caller);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment