Changeset 15813


Ignore:
Timestamp:
Feb 23, 2001, 5:01:48 AM (24 years ago)
Author:
bird
Message:

SMP callgates are ok.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/win32k/k32/k32QueryCallGate.cpp

    r15795 r15813  
    1 /* $Id: k32QueryCallGate.cpp,v 1.2 2001-02-21 15:42:11 bird Exp $
     1/* $Id: k32QueryCallGate.cpp,v 1.3 2001-02-23 04:01:48 bird Exp $
    22 *
    33 * k32QueryCallGate - Query the callgate selector for the callgate to the k32 APIs.
     
    5353    APIRET  rc;
    5454
    55     /*
    56      * Callgate is not safte on SMP yet.
    57      */
    58     if (isSMPKernel())
    59         return ERROR_NOT_SUPPORTED;
    60 
    6155    if (CallGateGDT > 7)
    6256        rc = TKSuULongNF(pusCGSelector, &CallGateGDT);
Note: See TracChangeset for help on using the changeset viewer.