ramips: Use NET_IP_ALIGN instead of hardcoding 2
[openwrt.git] / target / linux / brcm47xx / patches-2.6.32 / 800-fix_cfe_detection.patch
index 6cba540..a9dc7c4 100644 (file)
@@ -88,9 +88,9 @@
 -static __init void prom_init_cmdline(void)
 +static __init void prom_init_cmdline_cfe(void)
  {
-       char buf[CL_SIZE];
+       static char buf[CL_SIZE] __initdata;
  
-@@ -146,9 +122,12 @@ static __init void prom_init_mem(void)
+@@ -160,9 +136,12 @@ static __init void prom_init_mem(void)
  
  void __init prom_init(void)
  {
This page took 0.021874 seconds and 4 git commands to generate.