summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-16 08:00:07 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-16 08:00:07 +0000
commit7ccc3d96958e453d3d2ae6c0788c9734605e48ac (patch)
treef5082ef45e20fea5136c616ca7bb364adc297c05 /target/linux
parenteadb5c84fa7b7b4b90320e554634ddd59e445bd8 (diff)
downloadmaster-31e0f0ae-7ccc3d96958e453d3d2ae6c0788c9734605e48ac.tar.gz
master-31e0f0ae-7ccc3d96958e453d3d2ae6c0788c9734605e48ac.tar.bz2
master-31e0f0ae-7ccc3d96958e453d3d2ae6c0788c9734605e48ac.zip
linux/generic: switch to userspace __aligned_u64 calls. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=79b5dc0c64d88cda3da23b2e22a5cec0964372ac (thank you hauke)
SVN-Revision: 24012
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic/patches-2.6.36/031-aligned_u64.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.36/031-aligned_u64.patch b/target/linux/generic/patches-2.6.36/031-aligned_u64.patch
new file mode 100644
index 0000000000..d0851d8f15
--- /dev/null
+++ b/target/linux/generic/patches-2.6.36/031-aligned_u64.patch
@@ -0,0 +1,25 @@
+--- a/include/linux/if_ppp.h
++++ b/include/linux/if_ppp.h
+@@ -114,14 +114,14 @@ struct pppol2tp_ioc_stats {
+ __u16 tunnel_id; /* redundant */
+ __u16 session_id; /* if zero, get tunnel stats */
+ __u32 using_ipsec:1; /* valid only for session_id == 0 */
+- aligned_u64 tx_packets;
+- aligned_u64 tx_bytes;
+- aligned_u64 tx_errors;
+- aligned_u64 rx_packets;
+- aligned_u64 rx_bytes;
+- aligned_u64 rx_seq_discards;
+- aligned_u64 rx_oos_packets;
+- aligned_u64 rx_errors;
++ __aligned_u64 tx_packets;
++ __aligned_u64 tx_bytes;
++ __aligned_u64 tx_errors;
++ __aligned_u64 rx_packets;
++ __aligned_u64 rx_bytes;
++ __aligned_u64 rx_seq_discards;
++ __aligned_u64 rx_oos_packets;
++ __aligned_u64 rx_errors;
+ };
+
+ #define ifr__name b.ifr_ifrn.ifrn_name