mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
Blackfin: fix spelling in a few comments
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
b6dbde27dd
commit
05d17dfaab
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ void __cpuinit bfin_setup_caches(unsigned int cpu)
|
||||||
/*
|
/*
|
||||||
* In cache coherence emulation mode, we need to have the
|
* In cache coherence emulation mode, we need to have the
|
||||||
* D-cache enabled before running any atomic operation which
|
* D-cache enabled before running any atomic operation which
|
||||||
* might invove cache invalidation (i.e. spinlock, rwlock).
|
* might involve cache invalidation (i.e. spinlock, rwlock).
|
||||||
* So printk's are deferred until then.
|
* So printk's are deferred until then.
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_BFIN_ICACHE
|
#ifdef CONFIG_BFIN_ICACHE
|
||||||
|
@ -699,7 +699,7 @@ static __init void setup_bootmem_allocator(void)
|
||||||
sanitize_memmap(bfin_memmap.map, &bfin_memmap.nr_map);
|
sanitize_memmap(bfin_memmap.map, &bfin_memmap.nr_map);
|
||||||
print_memory_map("boot memmap");
|
print_memory_map("boot memmap");
|
||||||
|
|
||||||
/* intialize globals in linux/bootmem.h */
|
/* initialize globals in linux/bootmem.h */
|
||||||
find_min_max_pfn();
|
find_min_max_pfn();
|
||||||
/* pfn of the last usable page frame */
|
/* pfn of the last usable page frame */
|
||||||
if (max_pfn > memory_end >> PAGE_SHIFT)
|
if (max_pfn > memory_end >> PAGE_SHIFT)
|
||||||
|
|
Loading…
Add table
Reference in a new issue