- Silence a debug message.

svn path=/trunk/; revision=12825
This commit is contained in:
Hartmut Birr 2005-01-05 19:01:27 +00:00
parent 49592c9234
commit 00e2091fd8

View file

@ -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 @@ VOID MpsSpuriousHandler(VOID)
{
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)))