Deleted Added
sdiff udiff text old ( 7900:8b05ff5ef958 ) new ( 7902:aafb4a7384d4 )
full compact
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 692 unchanged lines hidden (view full) ---

701 ISRV = IRRV;
702 setRegArrayBit(APIC_IN_SERVICE_BASE, ISRV);
703 // Clear it out of the IRR.
704 clearRegArrayBit(APIC_INTERRUPT_REQUEST_BASE, IRRV);
705 updateIRRV();
706 }
707}
708
709X86ISA::Interrupts *
710X86LocalApicParams::create()
711{
712 return new X86ISA::Interrupts(this);
713}