X86: Make APICs communicate through the memory system.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 12 Oct 2008 20:28:54 +0000 (13:28 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 12 Oct 2008 20:28:54 +0000 (13:28 -0700)
commit557bde43c331024eb5cecf4093a24a5b7a9cc266
treeb5bf7d105deb94b19098c431263aa6304bcae333
parente4590131825d27293d9642d2ac118ff03cc894f4
X86: Make APICs communicate through the memory system.
12 files changed:
src/arch/x86/X86LocalApic.py
src/arch/x86/interrupts.cc
src/arch/x86/interrupts.hh
src/arch/x86/intmessage.hh [new file with mode: 0644]
src/arch/x86/x86_traits.hh
src/cpu/BaseCPU.py
src/dev/x86/I82094AA.py
src/dev/x86/SouthBridge.py
src/dev/x86/i82094aa.cc
src/dev/x86/i82094aa.hh
src/dev/x86/i8259.hh
src/dev/x86/intdev.hh