commit | f63e115fb50db39706b955b81e3375ef6bab2268 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jul 03 19:36:30 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jul 03 19:55:30 2006 +1000 |
tree | 92e2d42ee02806f9419301f61968968b7ea277e4 | |
parent | cc9fd71c62f542233c412b5fabc1bbe0c4d5ad08 [diff] |
[POWERPC] Copy i8259 code back to arch/ppc This copies the i8259 interrupt controller driver from arch/powerpc to arch/ppc. It's currently shared by both architectures, but the upcoming arch/powerpc interrupt changes will break the arch/ppc builds. The changes are too important to just use #ifdef's in the driver. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>