mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings <info@upexia.nl> SVN-Revision: 20185
		
			
				
	
	
		
			12 lines
		
	
	
		
			372 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			372 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/include/linux/skbuff.h
 | 
						|
+++ b/include/linux/skbuff.h
 | 
						|
@@ -332,7 +332,7 @@ struct sk_buff {
 | 
						|
 	 * want to keep them across layers you have to do a skb_clone()
 | 
						|
 	 * first. This is owned by whoever has the skb queued ATM.
 | 
						|
 	 */
 | 
						|
-	char			cb[48];
 | 
						|
+	char			cb[48] __attribute__((aligned(8)));
 | 
						|
 #if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE)
 | 
						|
 	void			*cb_next;
 | 
						|
 #endif
 |