]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: use generic name for EVT14 handler
authorPhilippe Gerum <rpm@xenomai.org>
Mon, 22 Jun 2009 16:23:48 +0000 (18:23 +0200)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 01:28:34 +0000 (21:28 -0400)
commitc0b9a04d0d771485631c0e0ed43b08ed25aeec99
tree2fd21880766bcb2c1ae7233dc0de6b154df5dc0d
parentfd9c1c36f029ed1c0eb114e049c3bf63ff035c37
Blackfin: use generic name for EVT14 handler

The purpose of the EVT14 handler may depend on whether CONFIG_IPIPE is
enabled, albeit its implementation can be the same in both cases. When
the interrupt pipeline is enabled, EVT14 can be used to raise the core
priority level for the running code; when CONFIG_IPIPE is off, EVT14
can be used to lower this level before running softirq handlers.

Rename evt14_softirq to evt_evt14 to pick an identifier that fits
both, which allows to reuse the same vector setup code as well.

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/bfin-global.h
arch/blackfin/include/asm/irq_handler.h
arch/blackfin/mach-common/entry.S
arch/blackfin/mach-common/ints-priority.c