summaryrefslogtreecommitdiffstats
path: root/arm-export-read_current_timer.patch
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-10-26 15:38:35 +0100
committerPeter Robinson <pbrobinson@gmail.com>2012-10-26 15:38:35 +0100
commitfaa8d0c2d9327a97dca9a74d6fe123d699ac1468 (patch)
tree1d0129c3dabde2189faeb63783d3e4fef9faedcf /arm-export-read_current_timer.patch
parent55fec3b8b0a30bfb5f25df792e19c35f57e378e9 (diff)
downloadkernel-faa8d0c2d9327a97dca9a74d6fe123d699ac1468.tar.gz
kernel-faa8d0c2d9327a97dca9a74d6fe123d699ac1468.tar.xz
kernel-faa8d0c2d9327a97dca9a74d6fe123d699ac1468.zip
The initial ARM unified kernel support (vexpress, highbank, mvebu to begin). WOO HOO
Diffstat (limited to 'arm-export-read_current_timer.patch')
-rw-r--r--arm-export-read_current_timer.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/arm-export-read_current_timer.patch b/arm-export-read_current_timer.patch
new file mode 100644
index 000000000..5059d6862
--- /dev/null
+++ b/arm-export-read_current_timer.patch
@@ -0,0 +1,10 @@
+--- linux-3.7.0-0.rc2.git1.2.fc19.x86_64/arch/arm/kernel/armksyms.c.orig 2012-10-01 00:47:46.000000000 +0100
++++ linux-3.7.0-0.rc2.git1.2.fc19.x86_64/arch/arm/kernel/armksyms.c 2012-10-24 09:06:46.570452677 +0100
+@@ -50,6 +50,7 @@
+
+ /* platform dependent support */
+ EXPORT_SYMBOL(arm_delay_ops);
++EXPORT_SYMBOL(read_current_timer);
+
+ /* networking */
+ EXPORT_SYMBOL(csum_partial);