]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-ppc-ICE-hacks.patch
- http://grsecurity.net/~spender/grsecurity-2.9-2.6.32.59-201204272005.patch
[packages/kernel.git] / kernel-ppc-ICE-hacks.patch
CommitLineData
2380c486
JR
1--- linux-2.6.16.14/fs/xfs/Makefile-linux-2.6~ 2006-05-05 02:03:45.000000000 +0200
2+++ linux-2.6.16.14/fs/xfs/Makefile-linux-2.6 2006-05-08 00:55:46.000000000 +0200
3@@ -30,7 +30,7 @@
4 # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
5 #
6
7-EXTRA_CFLAGS += -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char
8+EXTRA_CFLAGS += -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char -O1
9
10 XFS_LINUX := linux-2.6
11
12--- linux-2.6.16.14/drivers/net/e1000/Makefile~ 2006-05-05 02:03:45.000000000 +0200
13+++ linux-2.6.16.14/drivers/net/e1000/Makefile 2006-05-08 01:27:59.000000000 +0200
14@@ -30,6 +30,8 @@
15 # Makefile for the Intel(R) PRO/1000 ethernet driver
16 #
17
18+EXTRA_CFLAGS += -O1
19+
20 obj-$(CONFIG_E1000) += e1000.o
21
22 e1000-objs := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o
23--- linux-2.6.16.14/drivers/net/ixgb/Makefile~ 2006-05-05 02:03:45.000000000 +0200
24+++ linux-2.6.16.14/drivers/net/ixgb/Makefile 2006-05-08 01:58:03.000000000 +0200
25@@ -30,6 +30,8 @@
26 # Makefile for the Intel(R) PRO/10GbE driver
27 #
28
29+EXTRA_CFLAGS += -O1
30+
31 obj-$(CONFIG_IXGB) += ixgb.o
32
33 ixgb-objs := ixgb_main.o ixgb_hw.o ixgb_ee.o ixgb_ethtool.o ixgb_param.o
This page took 0.11881 seconds and 4 git commands to generate.