[PATCH V2] Remove unused CONFIG_LOCKMETER functions

From: Kirk True
Date: Mon May 16 2005 - 03:49:08 EST


Take 2 on removing these unused extern functions...

I had been working on porting SGI's lockmeter to 2.6 when I chanced upon
this. I was very perplexed that it's in there since this is the only
place that it appears in the codebase (according to grep).

Signed-off-by: Kirk True <kirk@xxxxxxxxxxxxxxxxx>

--- linux-2.6.12-rc4/include/linux/spinlock.h 2005-03-01 23:38:09.000000000 -0800
+++ linux-2.6.12-rc4-debug/include/linux/spinlock.h 2005-05-16 01:23:43.000000000 -0700
@@ -502,18 +502,6 @@
1 : ({local_irq_restore(flags); 0;}); \
})

-#ifdef CONFIG_LOCKMETER
-extern void _metered_spin_lock (spinlock_t *lock);
-extern void _metered_spin_unlock (spinlock_t *lock);
-extern int _metered_spin_trylock(spinlock_t *lock);
-extern void _metered_read_lock (rwlock_t *lock);
-extern void _metered_read_unlock (rwlock_t *lock);
-extern void _metered_write_lock (rwlock_t *lock);
-extern void _metered_write_unlock (rwlock_t *lock);
-extern int _metered_read_trylock (rwlock_t *lock);
-extern int _metered_write_trylock(rwlock_t *lock);
-#endif
-
/* "lock on reference count zero" */
#ifndef ATOMIC_DEC_AND_LOCK
#include <asm/atomic.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/