diff options
author | Lee Nicks <allinux@gmail.com> | 2005-09-03 18:55:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:59 -0400 |
commit | cc9c540b6c4c883d7ff250c17647dedfa4184ca6 (patch) | |
tree | 185cbe3c5f5e88550956106c42c6f33f1f630626 /arch/ppc/mm/init.c | |
parent | 3acb23440f90b03b19846d2b3a005dcbf61a55cf (diff) |
[PATCH] ppc32: defconfig for Marvell EV64360BP board
Here is the default configuration for Marvell EV64360BP board. It has been
tested on the board.
Signed-off-by: Lee Nicks <allinux@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/mm/init.c')
-rw-r--r-- | arch/ppc/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/mm/init.c b/arch/ppc/mm/init.c index 32ee49710267..f421a4b337f6 100644 --- a/arch/ppc/mm/init.c +++ b/arch/ppc/mm/init.c | |||
@@ -563,7 +563,7 @@ void flush_dcache_icache_page(struct page *page) | |||
563 | void *start = kmap_atomic(page, KM_PPC_SYNC_ICACHE); | 563 | void *start = kmap_atomic(page, KM_PPC_SYNC_ICACHE); |
564 | __flush_dcache_icache(start); | 564 | __flush_dcache_icache(start); |
565 | kunmap_atomic(start, KM_PPC_SYNC_ICACHE); | 565 | kunmap_atomic(start, KM_PPC_SYNC_ICACHE); |
566 | #elif CONFIG_8xx | 566 | #elif defined(CONFIG_8xx) |
567 | /* On 8xx there is no need to kmap since highmem is not supported */ | 567 | /* On 8xx there is no need to kmap since highmem is not supported */ |
568 | __flush_dcache_icache(page_address(page)); | 568 | __flush_dcache_icache(page_address(page)); |
569 | #else | 569 | #else |