[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
IRQ handler receive BAD struct pt_regs
hi,
These days i wrote a interrupt handler program, i wanted get CPU context when the interrupt came.But in my handler, i get the wrong "struct *pt_regs",this was kernel delivering to me,and the IRQ number and "void* data" was right. who can give me some advice about this mistake?
Sincerely yours