projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[malta] fix path to the malta kernel
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.32
/
800-fix_cfe_detection.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch
b/target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch
index
6cba540
..
a9dc7c4
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch
+++ b/
target/linux/brcm47xx/patches-2.6.32/800-fix_cfe_detection.patch
@@
-88,9
+88,9
@@
-static __init void prom_init_cmdline(void)
+static __init void prom_init_cmdline_cfe(void)
{
-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
;
-@@ -1
46,9 +122
,12 @@ static __init void prom_init_mem(void)
+@@ -1
60,9 +136
,12 @@ static __init void prom_init_mem(void)
void __init prom_init(void)
{
void __init prom_init(void)
{
This page took
0.020742 seconds
and
4
git commands to generate.