summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap/linus/0010-ARM-6536-1-Add-missing-SZ_-32-64-128.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap/linus/0010-ARM-6536-1-Add-missing-SZ_-32-64-128.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap/linus/0010-ARM-6536-1-Add-missing-SZ_-32-64-128.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap/linus/0010-ARM-6536-1-Add-missing-SZ_-32-64-128.patch b/extras/recipes-kernel/linux/linux-omap/linus/0010-ARM-6536-1-Add-missing-SZ_-32-64-128.patch
new file mode 100644
index 00000000..1eeffc28
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap/linus/0010-ARM-6536-1-Add-missing-SZ_-32-64-128.patch
@@ -0,0 +1,42 @@
1From 233828cbb5d2331e47cba932130428ea5f915f91 Mon Sep 17 00:00:00 2001
2From: Stephen Warren <swarren@nvidia.com>
3Date: Wed, 22 Dec 2010 04:52:05 +0100
4Subject: [PATCH 10/65] ARM: 6536/1: Add missing SZ_{32,64,128}
5
6... and also remove misleading comment stating that this header is
7auto-generated.
8
9Signed-off-by: Stephen Warren <swarren@nvidia.com>
10Acked-by: Uwe Kleine-Knig <u.kleine-koenig@pengutronix.de>
11Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12---
13 arch/arm/include/asm/sizes.h | 6 +++---
14 1 files changed, 3 insertions(+), 3 deletions(-)
15
16diff --git a/arch/arm/include/asm/sizes.h b/arch/arm/include/asm/sizes.h
17index 4fc1565..316bb2b 100644
18--- a/arch/arm/include/asm/sizes.h
19+++ b/arch/arm/include/asm/sizes.h
20@@ -13,9 +13,6 @@
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */
24-/* DO NOT EDIT!! - this file automatically generated
25- * from .s file by awk -f s2h.awk
26- */
27 /* Size definitions
28 * Copyright (C) ARM Limited 1998. All rights reserved.
29 */
30@@ -25,6 +22,9 @@
31
32 /* handy sizes */
33 #define SZ_16 0x00000010
34+#define SZ_32 0x00000020
35+#define SZ_64 0x00000040
36+#define SZ_128 0x00000080
37 #define SZ_256 0x00000100
38 #define SZ_512 0x00000200
39
40--
411.6.6.1
42