summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/irq.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Fix interrupt-tree parsingPaul Mackerras2005-10-261-0/+2
| | | | | | | | | | The interrupt-tree parsing code wasn't offsetting interrupt numbers by 16 on 32-bit platforms with an i8259 interrupt controller, and it was confused about the encoding of interrupt sense and level (which is different for i8259 and openpic interrupt controllers, just to make things interesting). Signed-off-by: Paul Mackerras <paulus@samba.org>
* powerpc: Merge time.c and asm/time.h.Paul Mackerras2005-10-201-0/+2
| | | | | | | | | | We now use the merged time.c for both 32-bit and 64-bit compilation with ARCH=powerpc, and for ARCH=ppc64, but not for ARCH=ppc32. This removes setup_default_decr (folds its function into time_init) and moves wakeup_decrementer into time.c. This also makes an asm-powerpc/rtc.h. Signed-off-by: Paul Mackerras <paulus@samba.org>
* powerpc: Merge asm/irq.hPaul Mackerras2005-10-101-0/+500
Signed-off-by: Paul Mackerras <paulus@samba.org>
OpenPOWER on IntegriCloud