Allon Stern wrote:
got it.

My original driver used SA_INTERRUPT in the flags for the register_IRQ.
That flag was not defined for the coldfire, and somewhere I read that it was the default.
Turns out I really wanted to define IRQF_DISABLED.

How did the original driver compile on 2.6.26?
SA_INTERRUPT is not defined in 2.6.26 sources at all,
it was deprecated and removed before that...

Regards
Greg



Upshot: my IRQ was being called with interrupts enabled.
-
allon
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


--
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     [EMAIL PROTECTED]
SnapGear, a McAfee Company                  PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to