[PATCH] m68knommu: add 5208 ColdFire pit interrupt support
authorGreg Ungerer <gerg@snapgear.com>
Wed, 2 Nov 2005 05:10:22 +0000 (15:10 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 2 Nov 2005 05:41:20 +0000 (21:41 -0800)
The PIT timer in the 5208 ColdFire has slightly different interrupt
bit definitions than the PIT timer used on other ColdFire parts.
Define the commonly used bit and mask numbers here, and let
part specific defines take precedence if they are defined.

Patch originally from Matt Wadell (from code originally written by
Mike Lavender).

Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found