Changeset 5232 for trunk/src


Ignore:
Timestamp:
Feb 21, 2001, 4:42:11 PM (25 years ago)
Author:
bird
Message:

Callgates are not safe on SMP yet.

File:
1 edited

Legend:

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

    r5223 r5232  
    1 /* $Id: k32QueryCallGate.cpp,v 1.1 2001-02-21 07:47:11 bird Exp $
     1/* $Id: k32QueryCallGate.cpp,v 1.2 2001-02-21 15:42:11 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
    5561    if (CallGateGDT > 7)
    5662        rc = TKSuULongNF(pusCGSelector, &CallGateGDT);
Note: See TracChangeset for help on using the changeset viewer.