[kernel] r5554 - in dists/sid/linux-2.6/debian: arch/m68k patches patches/series

Christian T. Steigies cts at costa.debian.org
Sat Jan 21 20:32:10 UTC 2006


Author: cts
Date: Sat Jan 21 20:32:09 2006
New Revision: 5554

Added:
   dists/sid/linux-2.6/debian/patches/m68k-vmeints.patch
   dists/sid/linux-2.6/debian/patches/series/4
Modified:
   dists/sid/linux-2.6/debian/arch/m68k/defines
Log:
one line patch to fix building on vme, and re-enable vme again


Modified: dists/sid/linux-2.6/debian/arch/m68k/defines
==============================================================================
--- dists/sid/linux-2.6/debian/arch/m68k/defines	(original)
+++ dists/sid/linux-2.6/debian/arch/m68k/defines	Sat Jan 21 20:32:09 2006
@@ -4,11 +4,11 @@
 flavours:
  amiga
  atari
-# bvme6000
+ bvme6000
  hp
  mac
-# mvme147
-# mvme16x
+ mvme147
+ mvme16x
  q40
  sun3
 kernel-arch: m68k

Added: dists/sid/linux-2.6/debian/patches/m68k-vmeints.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/m68k-vmeints.patch	Sat Jan 21 20:32:09 2006
@@ -0,0 +1,30 @@
+--- linux-2.6-2.6.15/arch/m68k/bvme6000/bvmeints.c.orig	2006-01-03 04:21:10.000000000 +0100
++++ linux-2.6-2.6.15/arch/m68k/bvme6000/bvmeints.c	2006-01-21 20:05:38.000000000 +0100
+@@ -13,6 +13,7 @@
+ 
+ #include <linux/types.h>
+ #include <linux/kernel.h>
++#include <linux/interrupt.h>
+ #include <linux/errno.h>
+ #include <linux/seq_file.h>
+ 
+--- linux-2.6-2.6.15/arch/m68k/mvme147/147ints.c.orig	2006-01-03 04:21:10.000000000 +0100
++++ linux-2.6-2.6.15/arch/m68k/mvme147/147ints.c	2006-01-21 20:06:45.000000000 +0100
+@@ -13,6 +13,7 @@
+ 
+ #include <linux/types.h>
+ #include <linux/kernel.h>
++#include <linux/interrupt.h>
+ #include <linux/errno.h>
+ #include <linux/seq_file.h>
+ 
+--- linux-2.6-2.6.15/arch/m68k/mvme16x/16xints.c.orig	2006-01-03 04:21:10.000000000 +0100
++++ linux-2.6-2.6.15/arch/m68k/mvme16x/16xints.c	2006-01-21 20:06:53.000000000 +0100
+@@ -13,6 +13,7 @@
+ 
+ #include <linux/types.h>
+ #include <linux/kernel.h>
++#include <linux/interrupt.h>
+ #include <linux/errno.h>
+ #include <linux/seq_file.h>
+ 

Added: dists/sid/linux-2.6/debian/patches/series/4
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/series/4	Sat Jan 21 20:32:09 2006
@@ -0,0 +1 @@
++ m68k-vmeints.patch



More information about the Kernel-svn-changes mailing list