aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* m68knommu: remove the obsolete and long unused comempci chip supportGreg Ungerer2009-01-271-1/+0
| | | | Signed-off-by: Greg Ungerer <gerg@uclinux.org>
* Generic semaphore implementationMatthew Wilcox2008-04-171-1/+1
| | | | | | | | | | | Semaphores are no longer performance-critical, so a generic C implementation is better for maintainability, debuggability and extensibility. Thanks to Peter Zijlstra for fixing the lockdep warning. Thanks to Harvey Harrison for pointing out that the unlikely() was unnecessary. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Acked-by: Ingo Molnar <mingo@elte.hu>
* m68knommu: generic irq handlingGreg Ungerer2007-07-191-2/+2
| | | | | | | | Change the m68knommu irq handling to use the generic irq framework. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+11
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!