diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-09-06 10:41:59 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-09-06 10:41:59 +0000 |
commit | 8460c2fecbe36ce06135d64b683b0f2c3d924baf (patch) | |
tree | 31168741ed50561ea536a335b5bfb6b3007771ef /packages/linux/linux-2.6.22.6/ts72xx/ts72xx-nfbit-fix.patch | |
parent | 325f26749da469ef7d90430a1be7b6f1e9d014a8 (diff) | |
parent | 56b356eeb9cbb597e7271068f5b0708b4a7844be (diff) |
merge of '471f6e7d5fb5bc4d13a2338851dabca9f72b3f0a'
and '89b1d1f0f032b64f7620006be8bcf6271c70f4b8'
Diffstat (limited to 'packages/linux/linux-2.6.22.6/ts72xx/ts72xx-nfbit-fix.patch')
-rw-r--r-- | packages/linux/linux-2.6.22.6/ts72xx/ts72xx-nfbit-fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/linux/linux-2.6.22.6/ts72xx/ts72xx-nfbit-fix.patch b/packages/linux/linux-2.6.22.6/ts72xx/ts72xx-nfbit-fix.patch new file mode 100644 index 0000000000..eab73154a8 --- /dev/null +++ b/packages/linux/linux-2.6.22.6/ts72xx/ts72xx-nfbit-fix.patch @@ -0,0 +1,15 @@ + +Force the nF bit on. Usually this is set by the bootrom. If it is not set, +then the CPU core will run from HCLK instead of FCLK, and performance will +suffer. If you see BogoMIPS of about 1/4 of your CPU clock, try turning this +on; your performance should double. + +--- linux-2.6.21.4/arch/arm/mm/proc-arm920.S 2007-06-07 23:27:31.000000000 +0200 ++++ linux-2.6.21.4-arm/arch/arm/mm/proc-arm920.S 2007-06-08 22:59:48.000000000 +0200 +@@ -395,6 +395,7 @@ + mrc p15, 0, r0, c1, c0 @ get control register v4 + bic r0, r0, r5 + orr r0, r0, r6 ++ orr r0, r0, #0x40000000 + mov pc, lr + .size __arm920_setup, . - __arm920_setup |