VirtualBox

Changeset 11768

Show
Ignore:
Timestamp:
08/28/08 17:34:27 (3 months ago)
Author:
vboxsync
Message:

vbi thread fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c

    r11029 r11768  
    2323 * Use is subject to license terms. 
    2424 */ 
    25  
    26 #pragma ident   "%Z%%M% %I%     %E% SMI" 
    2725 
    2826/* 
     
    8179 
    8280static struct modlmisc vbi_modlmisc = { 
    83         &mod_miscops, "Vbox Interfaces Ver 1
     81        &mod_miscops, "Vbox Interfaces Ver 2
    8482}; 
    8583 
     
    350348 
    351349        t = thread_create(NULL, NULL, (void (*)())func, arg, len, 
    352             curproc, LMS_USER, priority); 
     350            curproc, TS_RUN, priority); 
    353351        return (t); 
    354352} 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy