On Wed, 27 Jul 2005, Huang-Jen Wang wrote:
Ron, Excuse me , this is my first time porting....do you tell me more detail.. like need what information or which file need to modify...
you're not getting clock IRQ, which is usually IRQ 0. you need to see how your interrupt hardware and/or clock is working to create interrupts.
ron
* Ronald G. Minnich rminnich@lanl.gov [050727 18:30]:
On Wed, 27 Jul 2005, Huang-Jen Wang wrote:
Ron, Excuse me , this is my first time porting....do you tell me more detail.. like need what information or which file need to modify...
you're not getting clock IRQ, which is usually IRQ 0. you need to see how your interrupt hardware and/or clock is working to create interrupts.
Usually you have to correct your pirq and mptable (or ACPI tables, if available) (Check the APIC entries in your mptable, as a first try)
Stefan
Thanks for your advice , I will make a try ....
On 7/28/05, Stefan Reinauer stepan@openbios.org wrote:
- Ronald G. Minnich rminnich@lanl.gov [050727 18:30]:
On Wed, 27 Jul 2005, Huang-Jen Wang wrote:
Ron, Excuse me , this is my first time porting....do you tell me more detail.. like need what information or which file need to modify...
you're not getting clock IRQ, which is usually IRQ 0. you need to see how your interrupt hardware and/or clock is working to create interrupts.
Usually you have to correct your pirq and mptable (or ACPI tables, if available) (Check the APIC entries in your mptable, as a first try)
Stefan