| commit | b9c7eb498ddce1f77536707398b6175696570e80 | [log] [tgz] |
|---|---|---|
| author | Philippe Gerum <rpm@xenomai.org> | Mon Jun 22 18:22:48 2009 +0200 |
| committer | Mike Frysinger <vapier@gentoo.org> | Wed Sep 16 21:28:30 2009 -0400 |
| tree | 77d7e3917c1c18123bbfefda31855ba7a4729251 | |
| parent | d8ca63955a81fd443016ef8813f8e6fd8dea7de4 [diff] |
Blackfin: fix misnomer of some I-pipe helpers
__ipipe_{stall, unstall}_root_raw() identifiers may leave the reader
under the impression that only the virtual state is affected by these
operations, which is wrong. Pick names following the convention used
throughout the interrupt pipeline code.
Signed-off-by: Philippe Gerum <rpm@xenomai.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>