From c98cc9ec8662d7687e9fe2e2f85016acfa7e54af Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sun, 4 Apr 2010 19:48:18 +0000 Subject: [PATCH] very old typo fix --- bochs/cpu/apic.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/cpu/apic.cc b/bochs/cpu/apic.cc index e5ab73193..4c75d5bb7 100644 --- a/bochs/cpu/apic.cc +++ b/bochs/cpu/apic.cc @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: apic.cc,v 1.140 2010-04-03 10:14:42 sshwarts Exp $ +// $Id: apic.cc,v 1.141 2010-04-04 19:48:18 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (c) 2002-2009 Zwane Mwaikambo, Stanislav Shwartsman @@ -236,7 +236,7 @@ void bx_local_apic_c::reset(unsigned type) if (xapic) apic_version_id = 0x00050014; // P4 has 6 LVT entries else - apic_version_id = 0x00040010; // P6 has 4 LVT entries + apic_version_id = 0x00040010; // P6 has 5 LVT entries } void bx_local_apic_c::set_base(bx_phy_address newbase)