DDK SMP Build
- From: "David F." <df2705@xxxxxxxxxxxxxxxx>
- Date: Thu, 4 May 2006 11:21:25 -0700
Hello,
Is there anything special needed in the build environment to support SMP.
The code already uses spinlocks but using some old MS documentation (2002)
it read:
NT_UP
Use this macro to indicate whether your driver will run on a uniprocessor
machine or multiprocessor machine. The default is uniprocessor, as follows:
NT_UP=1
To specify multiprocessor, set:
NT_UP=0
But that of course turns out to be FALSE and you shouldn't define NT_UP at
all.
So is there any other things that need to be defined / not defined?
Thanks.
.
- Follow-Ups:
- Re: DDK SMP Build
- From: Don Burn
- Re: DDK SMP Build
- Prev by Date: Re: mutex question
- Next by Date: Re: strange performance behaviour for memcpy in 64 bit app
- Previous by thread: Re: ImagePathName
- Next by thread: Re: DDK SMP Build
- Index(es):
Relevant Pages
|