Commit aa8c9265 authored by Richard Henderson's avatar Richard Henderson Committed by Linus Torvalds

[ALPHA] Use __attribute_used__.

parent 53ac1af8
...@@ -30,7 +30,7 @@ atomic_dec_and_lock: \n\ ...@@ -30,7 +30,7 @@ atomic_dec_and_lock: \n\
.previous \n\ .previous \n\
.end atomic_dec_and_lock"); .end atomic_dec_and_lock");
static int __attribute__((unused)) static int __attribute_used__
atomic_dec_and_lock_1(atomic_t *atomic, spinlock_t *lock) atomic_dec_and_lock_1(atomic_t *atomic, spinlock_t *lock)
{ {
/* Slow path */ /* Slow path */
......
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