[ros-diffs] [hbirr] 12825: - Silence a debug message.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Wed Jan 5 20:01:29 CET 2005


- Silence a debug message.
Modified: trunk/reactos/hal/halx86/mp/apic.c
  _____  

Modified: trunk/reactos/hal/halx86/mp/apic.c
--- 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)))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050105/9819b4a9/attachment.html


More information about the Ros-diffs mailing list