Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Blackfin: define HARDIRQ_BITS again for now | Mike Frysinger | 2009-07-16 |
| | | | | | | | | | | | | | | The default values of HARDIRQ_BITS and PREEMPT_BITS in common code leads to build failure: In file included from include/linux/interrupt.h:12, from include/linux/kernel_stat.h:8, from arch/blackfin/kernel/asm-offsets.c:32: include/linux/hardirq.h:66:2: error: #error PREEMPT_ACTIVE is too low! So until that gets resolved, just declare our own default value again. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||
* | Blackfin: convert irq/process to asm-generic | Mike Frysinger | 2009-06-18 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||
* | Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other arches | Mike Frysinger | 2008-11-18 |
| | | | | | | Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> | ||
* | Blackfin arch: move include/asm-blackfin header files to arch/blackfin | Bryan Wu | 2008-08-26 |
Signed-off-by: Bryan Wu <cooloney@kernel.org> |