mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
- Silence a debug message.
svn path=/trunk/; revision=12825
This commit is contained in:
parent
49592c9234
commit
00e2091fd8
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* 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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -755,7 +755,7 @@ VOID MpsSpuriousHandler(VOID)
|
||||||
{
|
{
|
||||||
ULONG tmp;
|
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));
|
tmp = APICRead(APIC_ISR + ((SPURIOUS_VECTOR & ~0x1f) >> 1));
|
||||||
if (tmp & (1 << (SPURIOUS_VECTOR & 0x1f)))
|
if (tmp & (1 << (SPURIOUS_VECTOR & 0x1f)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue