lkml.org 
[lkml]   [2008]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH RT RFC v2 6/8] rtmutex: use runtime init for rtmutexes
    Date
    The system already has facilities to perform late/run-time init for
    rtmutexes. We want to add more advanced initialization later in the
    series so we force all rtmutexes through the init path in preparation
    for the later patches.

    Signed-off-by: Gregory Haskins <ghaskins@novell.com>
    ---

    include/linux/rtmutex.h | 2 --
    1 files changed, 0 insertions(+), 2 deletions(-)

    diff --git a/include/linux/rtmutex.h b/include/linux/rtmutex.h
    index b263bac..14774ce 100644
    --- a/include/linux/rtmutex.h
    +++ b/include/linux/rtmutex.h
    @@ -64,8 +64,6 @@ struct hrtimer_sleeper;

    #define __RT_MUTEX_INITIALIZER(mutexname) \
    { .wait_lock = RAW_SPIN_LOCK_UNLOCKED(mutexname) \
    - , .wait_list = PLIST_HEAD_INIT(mutexname.wait_list, &mutexname.wait_lock) \
    - , .owner = NULL \
    __DEBUG_RT_MUTEX_INITIALIZER(mutexname)}

    #define DEFINE_RT_MUTEX(mutexname) \


    \
     
     \ /
      Last update: 2008-08-15 14:31    [W:4.194 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site