13 Mar, 2010

1 commit

  • Currently sparse does not work with inline spinlock and rwlock functions.
    The problem is that they do not use the __acquires/__releases out-of-line
    functions, but use inline functions with no sparse annotations.

    This patch adds the appropriate annotations to make it work properly.

    Signed-off-by: Luca Barbieri
    Cc: Ingo Molnar
    Signed-off-by: Andrew Morton
    Signed-off-by: Thomas Gleixner

    Luca Barbieri
     

15 Dec, 2009

4 commits