--- trunk/reactos/hal/halx86/mp/apic.c 2005-01-05 18:48:45 UTC (rev 12824)
+++ trunk/reactos/hal/halx86/mp/apic.c 2005-01-05 19:01:27 UTC (rev 12825)
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id: apic.c,v 1.2 2004/12/25 11:21:48 navaraf Exp $
+/* $Id$
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -755,7 +755,7 @@
{
ULONG tmp;
- DPRINT1("Spurious interrupt on CPU(%d)\n", ThisCPU());
+ DPRINT("Spurious interrupt on CPU(%d)\n", ThisCPU());
tmp = APICRead(APIC_ISR + ((SPURIOUS_VECTOR & ~0x1f) >> 1));
if (tmp & (1 << (SPURIOUS_VECTOR & 0x1f)))