Blackfin: dpmc: do not save/restore EVT0/EVT1/EVT4 when hibernating
authorMike Frysinger <vapier@gentoo.org>
Mon, 27 Jun 2011 06:57:44 +0000 (02:57 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 23 Jul 2011 05:18:29 +0000 (01:18 -0400)
EVT0 is for emulation, EVT1 is for reset, and EVT4 is the "global int
disable" region.  None of these are used by software (or even hardware),
so don't bother saving/restoring them when we hibernate since nothing
ever uses these in Linux (the only thing they would be useful for is
core-memory scratch, but that's just crazy talk).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found