kernel-hacking-2024-linux-s.../arch/sh/kernel/cpu/irq
Magnus Damm 73505b445d sh: intc - rework core code
This patch reworks the intc core, implementing the following features:

- Support dual priority registers - one set and one clear register
- All 8/16/32 bit register combinations are now supported
- Both single mask and single enable bitmap register are supported
- Add code to set interrupt priority
- Speedup sense and priority configuration code
- Allocate data using bootmem, allows intc data structures to be
  __initdata
- Save memory - allocated memory footprint is smaller than intc
  structures

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-09-21 11:57:50 +09:00
..
imask.c
intc.c sh: intc - rework core code 2007-09-21 11:57:50 +09:00
ipr.c sh: remove support for sh7300 and solution engine 7300 2007-07-26 15:37:57 +09:00
Makefile sh: remove intc2 code 2007-09-21 11:57:48 +09:00
maskreg.c