[kernel/f15] add a kernel/ to the start of the path so the arm-readl patch applies

Dennis Gilmore ausil at fedoraproject.org
Tue Aug 16 19:40:53 UTC 2011


commit 51219927a8b8a82d5c455548838544d62e542d37
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Aug 16 14:36:08 2011 -0500

    add a kernel/ to the start of the path so the arm-readl patch applies

 arm-readl.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/arm-readl.patch b/arm-readl.patch
index 4cbd5af..5179396 100644
--- a/arm-readl.patch
+++ b/arm-readl.patch
@@ -1,5 +1,5 @@
---- arch/arm/include/asm/io.h.orig	2011-07-26 00:44:15.000000000 -0400
-+++ arch/arm/include/asm/io.h	2011-07-26 00:40:41.000000000 -0400
+--- kernel/arch/arm/include/asm/io.h.orig	2011-07-26 00:44:15.000000000 -0400
++++ kernel/arch/arm/include/asm/io.h	2011-07-26 00:40:41.000000000 -0400
 @@ -55,6 +55,46 @@
  #define __raw_readw(a)		(__chk_io_ptr(a), *(volatile unsigned short __force *)(a))
  #define __raw_readl(a)		(__chk_io_ptr(a), *(volatile unsigned int __force   *)(a))


More information about the scm-commits mailing list