Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/DirectFB/files: DirectFB-1.2.0-headers.patch
Date: Sat, 16 Aug 2008 15:15:05
Message-Id: E1KUNUc-0001WN-El@stork.gentoo.org
1 vapier 08/08/16 15:15:02
2
3 Added: DirectFB-1.2.0-headers.patch
4 Log:
5 Version bump #233272 by Benjamin Schleinzer.
6 (Portage version: 2.2_rc6/cvs/Linux 2.6.26.1 x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch?rev=1.1&content-type=text/plain
13
14 Index: DirectFB-1.2.0-headers.patch
15 ===================================================================
16 Don't rely on the kernel to tell us what the cpu target is ... we'll just
17 use the default values all the time instead.
18
19 http://bugs.gentoo.org/152614
20
21 --- lib/direct/ppcasm_memcpy_cachable.S
22 +++ lib/direct/ppcasm_memcpy_cachable.S
23 @@ -34,8 +34,6 @@
24
25 #define __ASSEMBLY__
26
27 -#include <linux/config.h>
28 -
29 #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
30 #define L1_CACHE_LINE_SIZE 16
31 #define LG_L1_CACHE_LINE_SIZE 4