]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc8260/interrupts.c
Move arch/ppc to arch/powerpc
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc8260 / interrupts.c
similarity index 97%
rename from arch/ppc/cpu/mpc8260/interrupts.c
rename to arch/powerpc/cpu/mpc8260/interrupts.c
index a7700c4b65da016d60d5226718c1312fb5f211f2..2606c60d45d685f31b97d7950f882c57a14fde3d 100644 (file)
@@ -44,7 +44,7 @@ static struct irq_action irq_handlers[NR_IRQS];
 static ulong ppc_cached_irq_mask[NR_MASK_WORDS];
 
 /****************************************************************************/
-/* this section was ripped out of arch/ppc/kernel/ppc8260_pic.c in the     */
+/* this section was ripped out of arch/powerpc/kernel/ppc8260_pic.c in the         */
 /* Linux/PPC 2.4.x source. There was no copyright notice in that file.     */
 
 /* The 8260 internal interrupt controller.  It is usually
@@ -137,7 +137,7 @@ static int m8260_get_irq (struct pt_regs *regs)
        return irq;
 }
 
-/* end of code ripped out of arch/ppc/kernel/ppc8260_pic.c                 */
+/* end of code ripped out of arch/powerpc/kernel/ppc8260_pic.c             */
 /****************************************************************************/
 
 int interrupt_init_cpu (unsigned *decrementer_count)