-----Original Message-----
From: ros-dev-bounces(a)reactos.com
[mailto:ros-dev-bounces@reactos.com] On Behalf Of Filip Navara
Sent: Sunday, October 31, 2004 2:36 PM
To: ReactOS Development List
Subject: Re: [ros-dev] RE: [ros-cvs] CVS Update: reactos
The problem is that KiAcquireSpinLock is essentially useless
on UP and
doesn't protect anything.
You are right.
Would you agree with the attached patch?
I don't agree, because DbgPrint/HalDisplayString can be called on each irql.
We must always raise the irql to HIGH_LEVEL.
- Hartmut