-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k: Revive reporting of spurious interrupts m68knommu: Move forward declaration of do_IRQ() from machdep.h to irq.h m68k: fix some atomic operation asm address modes for ColdFire m68k: use CPU_HAS_NO_BITFIELDS for signal functions m68k: merge and clean up delay.h files m68knommu: correctly use trap_init m68knommu: merge ColdFire 5206 and 5206e platform code m68k: merge mmu and non-mmu bitops.h m68k: merge MMU and non MMU versions of system.h m68k: merge MMU and non-MMU versions of asm/hardirq.h m68k: merge the non-mmu and mmu versions of module.c m68knommu: Fix printk() format in free_initrd_mem() m68knommu: Make empty_zero_page "void *", like on m68k
No related branches found
No related tags found
Showing
- arch/m68k/Kconfig 4 additions, 0 deletionsarch/m68k/Kconfig
- arch/m68k/Kconfig.nommu 3 additions, 0 deletionsarch/m68k/Kconfig.nommu
- arch/m68k/Makefile_no 1 addition, 1 deletionarch/m68k/Makefile_no
- arch/m68k/include/asm/atomic.h 3 additions, 3 deletionsarch/m68k/include/asm/atomic.h
- arch/m68k/include/asm/bitops.h 528 additions, 3 deletionsarch/m68k/include/asm/bitops.h
- arch/m68k/include/asm/bitops_mm.h 0 additions, 501 deletionsarch/m68k/include/asm/bitops_mm.h
- arch/m68k/include/asm/bitops_no.h 0 additions, 333 deletionsarch/m68k/include/asm/bitops_no.h
- arch/m68k/include/asm/delay.h 94 additions, 3 deletionsarch/m68k/include/asm/delay.h
- arch/m68k/include/asm/delay_mm.h 0 additions, 57 deletionsarch/m68k/include/asm/delay_mm.h
- arch/m68k/include/asm/delay_no.h 0 additions, 76 deletionsarch/m68k/include/asm/delay_no.h
- arch/m68k/include/asm/entry_no.h 6 additions, 6 deletionsarch/m68k/include/asm/entry_no.h
- arch/m68k/include/asm/hardirq.h 32 additions, 3 deletionsarch/m68k/include/asm/hardirq.h
- arch/m68k/include/asm/hardirq_mm.h 0 additions, 16 deletionsarch/m68k/include/asm/hardirq_mm.h
- arch/m68k/include/asm/hardirq_no.h 0 additions, 19 deletionsarch/m68k/include/asm/hardirq_no.h
- arch/m68k/include/asm/irq.h 2 additions, 9 deletionsarch/m68k/include/asm/irq.h
- arch/m68k/include/asm/machdep.h 0 additions, 1 deletionarch/m68k/include/asm/machdep.h
- arch/m68k/include/asm/module.h 13 additions, 18 deletionsarch/m68k/include/asm/module.h
- arch/m68k/include/asm/signal.h 7 additions, 8 deletionsarch/m68k/include/asm/signal.h
- arch/m68k/include/asm/system.h 191 additions, 3 deletionsarch/m68k/include/asm/system.h
- arch/m68k/include/asm/system_mm.h 0 additions, 193 deletionsarch/m68k/include/asm/system_mm.h
arch/m68k/include/asm/bitops_mm.h
deleted
100644 → 0
arch/m68k/include/asm/bitops_no.h
deleted
100644 → 0
arch/m68k/include/asm/delay_mm.h
deleted
100644 → 0
arch/m68k/include/asm/delay_no.h
deleted
100644 → 0
arch/m68k/include/asm/hardirq_mm.h
deleted
100644 → 0
arch/m68k/include/asm/hardirq_no.h
deleted
100644 → 0
arch/m68k/include/asm/system_mm.h
deleted
100644 → 0
Please register or sign in to comment