Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> --- whoops, ignore that earlier patch. the actual standard is to incorporate the structure member in the lock name, thusly: diff --git a/include/asm-parisc/semaphore.h b/include/asm-parisc/semaphore.h index a16271c..e4eba1e 100644 --- a/include/asm-parisc/semaphore.h +++ b/include/asm-parisc/semaphore.h @@ -44,7 +44,7 @@ struct semaphore { #define __SEMAPHORE_INITIALIZER(name, n) \ { \ - .sentry = SPIN_LOCK_UNLOCKED, \ + .sentry = __SPIN_LOCK_UNLOCKED((name).sentry), \ .count = n, \ .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait) \ } ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry: Have classroom, will lecture. http://crashcourse.ca Waterloo, Ontario, CANADA ======================================================================== -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html