Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r2302 - genpatches-2.6/trunk/3.8
Date: Fri, 01 Mar 2013 00:02:59
Message-Id: 20130301000255.EB30C2171D@flycatcher.gentoo.org
1 Author: tomwij
2 Date: 2013-03-01 00:01:52 +0000 (Fri, 01 Mar 2013)
3 New Revision: 2302
4
5 Modified:
6 genpatches-2.6/trunk/3.8/2400_kcopy-patch-for-infiniband-driver.patch
7 Log:
8 Corrected Makefile patch in 2400_kcopy-patch-for-infiniband-driver.patch to make it apply properly.
9
10 Modified: genpatches-2.6/trunk/3.8/2400_kcopy-patch-for-infiniband-driver.patch
11 ===================================================================
12 --- genpatches-2.6/trunk/3.8/2400_kcopy-patch-for-infiniband-driver.patch 2013-02-28 23:26:55 UTC (rev 2301)
13 +++ genpatches-2.6/trunk/3.8/2400_kcopy-patch-for-infiniband-driver.patch 2013-03-01 00:01:52 UTC (rev 2302)
14 @@ -35,12 +35,12 @@
15 index 0dc5d7c..be519d6 100644
16 --- a/drivers/char/Makefile
17 +++ b/drivers/char/Makefile
18 -@@ -64,3 +64,5 @@ obj-$(CONFIG_JS_RTC) += js-rtc.o
19 +@@ -62,3 +62,5 @@
20 js-rtc-y = rtc.o
21 -
22 - obj-$(CONFIG_TILE_SROM) += tile-srom.o
23 +
24 + obj-$(CONFIG_TILE_SROM) += tile-srom.o
25 +
26 -+obj-$(CONFIG_KCOPY) += kcopy/
27 ++obj-$(CONFIG_KCOPY) += kcopy/
28 diff --git a/drivers/char/kcopy/Kconfig b/drivers/char/kcopy/Kconfig
29 new file mode 100644
30 index 0000000..453ae52