Re: [m5-dev] changeset in m5: X86: Set up the console interrupt and add some ...

2009-02-01 Thread nathan binkert
-//panic(Need implementation\n); +southBridge-ioApic-signalInterrupt(4); +southBridge-pic1-signalInterrupt(4); Can you put a #define somewhere with a comment instead of the magic constant? ___ m5-dev mailing list m5-dev@m5sim.org

Re: [m5-dev] changeset in m5: X86: Set up the console interrupt and add some ...

2009-02-01 Thread Gabe Black
nathan binkert wrote: -//panic(Need implementation\n); +southBridge-ioApic-signalInterrupt(4); +southBridge-pic1-signalInterrupt(4); Can you put a #define somewhere with a comment instead of the magic constant? ___ m5-dev mailing