diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-02-17 01:33:30 -0500 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-17 01:33:30 -0500 |
| commit | 51becfd96287b3913b13075699433730984e2f4f (patch) | |
| tree | 2105a0a34e99ee872637ab2f15a8e5c8d890715a /arch/sh/kernel | |
| parent | 7bdda6209f224aa784a036df54b22cb338d2e859 (diff) | |
sh: PMB tidying.
Some overdue cleanup of the PMB code, killing off unused functionality
and duplication sprinkled about the tree.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
| -rw-r--r-- | arch/sh/kernel/head_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/head_32.S b/arch/sh/kernel/head_32.S index 83f2b84b58da..91ae76277d8f 100644 --- a/arch/sh/kernel/head_32.S +++ b/arch/sh/kernel/head_32.S | |||
| @@ -236,7 +236,7 @@ ENTRY(_stext) | |||
| 236 | * r10 = number of entries we've setup so far | 236 | * r10 = number of entries we've setup so far |
| 237 | */ | 237 | */ |
| 238 | mov #0, r1 | 238 | mov #0, r1 |
| 239 | mov #PMB_ENTRY_MAX, r0 | 239 | mov #NR_PMB_ENTRIES, r0 |
| 240 | 240 | ||
| 241 | .Lagain: | 241 | .Lagain: |
| 242 | mov.l r1, @r3 /* Clear PMB_ADDR entry */ | 242 | mov.l r1, @r3 /* Clear PMB_ADDR entry */ |
