projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
pxa
/
patches-2.6.21
/
010-bkpxa-pxa-cpufreq.patch
diff --git
a/target/linux/pxa/patches-2.6.21/010-bkpxa-pxa-cpufreq.patch
b/target/linux/pxa/patches-2.6.21/010-bkpxa-pxa-cpufreq.patch
index
f3d8396
..
0ee3533
100644
(file)
--- a/
target/linux/pxa/patches-2.6.21/010-bkpxa-pxa-cpufreq.patch
+++ b/
target/linux/pxa/patches-2.6.21/010-bkpxa-pxa-cpufreq.patch
@@
-6,10
+6,10
@@
added mods from Stefan Eletzhofer and Lothar Weissmann
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
-Index: linux-2.6.21
gum
/arch/arm/Kconfig
+Index: linux-2.6.21
.7
/arch/arm/Kconfig
===================================================================
===================================================================
---- linux-2.6.21
gum
.orig/arch/arm/Kconfig
-+++ linux-2.6.21
gum
/arch/arm/Kconfig
+--- linux-2.6.21
.7
.orig/arch/arm/Kconfig
++++ linux-2.6.21
.7
/arch/arm/Kconfig
@@ -800,7 +800,7 @@ config KEXEC
endmenu
@@ -800,7 +800,7 @@ config KEXEC
endmenu
@@
-32,10
+32,10
@@
Index: linux-2.6.21gum/arch/arm/Kconfig
endif
menu "Floating point emulation"
endif
menu "Floating point emulation"
-Index: linux-2.6.21
gum
/arch/arm/mach-pxa/Makefile
+Index: linux-2.6.21
.7
/arch/arm/mach-pxa/Makefile
===================================================================
===================================================================
---- linux-2.6.21
gum
.orig/arch/arm/mach-pxa/Makefile
-+++ linux-2.6.21
gum
/arch/arm/mach-pxa/Makefile
+--- linux-2.6.21
.7
.orig/arch/arm/mach-pxa/Makefile
++++ linux-2.6.21
.7
/arch/arm/mach-pxa/Makefile
@@ -32,6 +32,7 @@ obj-$(CONFIG_LEDS) += $(led-y)
# Misc features
obj-$(CONFIG_PM) += pm.o sleep.o
@@ -32,6 +32,7 @@ obj-$(CONFIG_LEDS) += $(led-y)
# Misc features
obj-$(CONFIG_PM) += pm.o sleep.o
@@
-44,10
+44,10
@@
Index: linux-2.6.21gum/arch/arm/mach-pxa/Makefile
ifeq ($(CONFIG_PXA27x),y)
obj-$(CONFIG_PM) += standby.o
ifeq ($(CONFIG_PXA27x),y)
obj-$(CONFIG_PM) += standby.o
-Index: linux-2.6.21
gum
/arch/arm/mach-pxa/cpu-pxa.c
+Index: linux-2.6.21
.7
/arch/arm/mach-pxa/cpu-pxa.c
===================================================================
--- /dev/null
===================================================================
--- /dev/null
-+++ linux-2.6.21
gum
/arch/arm/mach-pxa/cpu-pxa.c
++++ linux-2.6.21
.7
/arch/arm/mach-pxa/cpu-pxa.c
@@ -0,0 +1,321 @@
+/*
+ * linux/arch/arm/mach-pxa/cpu-pxa.c
@@ -0,0 +1,321 @@
+/*
+ * linux/arch/arm/mach-pxa/cpu-pxa.c
@@
-370,10
+370,10
@@
Index: linux-2.6.21gum/arch/arm/mach-pxa/cpu-pxa.c
+module_init(pxa_cpu_init);
+module_exit(pxa_cpu_exit);
+
+module_init(pxa_cpu_init);
+module_exit(pxa_cpu_exit);
+
-Index: linux-2.6.21
gum
/Documentation/cpu-freq/user-guide.txt
+Index: linux-2.6.21
.7
/Documentation/cpu-freq/user-guide.txt
===================================================================
===================================================================
---- linux-2.6.21
gum
.orig/Documentation/cpu-freq/user-guide.txt
-+++ linux-2.6.21
gum
/Documentation/cpu-freq/user-guide.txt
+--- linux-2.6.21
.7
.orig/Documentation/cpu-freq/user-guide.txt
++++ linux-2.6.21
.7
/Documentation/cpu-freq/user-guide.txt
@@ -18,7 +18,7 @@
Contents:
---------
@@ -18,7 +18,7 @@
Contents:
---------
This page took
0.026819 seconds
and
4
git commands to generate.