projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c59357
)
[PARISC] Kill off the last vestiges of ASM_PAGE_SIZE
author
Kyle McMartin
<kyle@mcmartin.ca>
Thu, 18 Oct 2007 07:04:43 +0000
(
00:04
-0700)
committer
Kyle McMartin
<kyle@shortfin.cabal.ca>
Thu, 18 Oct 2007 07:59:19 +0000
(
00:59
-0700)
Sam's previous patch missed a few uses of ASM_PAGE_SIZE.
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/kernel/head.S
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/head.S
b/arch/parisc/kernel/head.S
index 9676c486bb63825c59a5b4fd8f6f2420b467c03b..369919d828fb10baac656a64b85df584d303dd58 100644
(file)
--- a/
arch/parisc/kernel/head.S
+++ b/
arch/parisc/kernel/head.S
@@
-95,7
+95,7
@@
$bss_loop:
1:
stw %r3,0(%r4)
- ldo (
ASM_
PAGE_SIZE >> PxD_VALUE_SHIFT)(%r3),%r3
+ ldo (PAGE_SIZE >> PxD_VALUE_SHIFT)(%r3),%r3
addib,> -1,%r1,1b
#if PT_NLEVELS == 3
ldo ASM_PMD_ENTRY_SIZE(%r4),%r4