diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-08-20 23:49:19 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-16 22:10:33 -0400 |
commit | 05d17dfaab6671def3fcdcd95c39fd49924dbb3b (patch) | |
tree | 4eb212105469ccd19cafed42be9b67e488ba7191 /arch/blackfin | |
parent | b6dbde27dd95cc0397d9722ad8365fa93a07b0d3 (diff) |
Blackfin: fix spelling in a few comments
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index ce02f9818427..369535b61ed1 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c | |||
@@ -112,7 +112,7 @@ void __cpuinit bfin_setup_caches(unsigned int cpu) | |||
112 | /* | 112 | /* |
113 | * In cache coherence emulation mode, we need to have the | 113 | * In cache coherence emulation mode, we need to have the |
114 | * D-cache enabled before running any atomic operation which | 114 | * D-cache enabled before running any atomic operation which |
115 | * might invove cache invalidation (i.e. spinlock, rwlock). | 115 | * might involve cache invalidation (i.e. spinlock, rwlock). |
116 | * So printk's are deferred until then. | 116 | * So printk's are deferred until then. |
117 | */ | 117 | */ |
118 | #ifdef CONFIG_BFIN_ICACHE | 118 | #ifdef CONFIG_BFIN_ICACHE |
@@ -699,7 +699,7 @@ static __init void setup_bootmem_allocator(void) | |||
699 | sanitize_memmap(bfin_memmap.map, &bfin_memmap.nr_map); | 699 | sanitize_memmap(bfin_memmap.map, &bfin_memmap.nr_map); |
700 | print_memory_map("boot memmap"); | 700 | print_memory_map("boot memmap"); |
701 | 701 | ||
702 | /* intialize globals in linux/bootmem.h */ | 702 | /* initialize globals in linux/bootmem.h */ |
703 | find_min_max_pfn(); | 703 | find_min_max_pfn(); |
704 | /* pfn of the last usable page frame */ | 704 | /* pfn of the last usable page frame */ |
705 | if (max_pfn > memory_end >> PAGE_SHIFT) | 705 | if (max_pfn > memory_end >> PAGE_SHIFT) |