Blackfin: simplify SYSCFG code a bit and ignore attempts to change it
authorMike Frysinger <vapier@gentoo.org>
Sun, 14 Feb 2010 22:49:59 +0000 (22:49 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 9 Mar 2010 05:30:51 +0000 (00:30 -0500)
We don't want to let user space modify the SYSCFG register arbitrarily as
the settings are system wide (SNEN/CNEN) and can cause misbehavior.  The
only other bit here (SSSTEP) has proper controls via PTRACE_SINGLESTEP.

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

No differences found