Skip to content

Commit

Permalink
alpha: fix typo in recent early vmalloc change
Browse files Browse the repository at this point in the history
Impact: fix build

Add missing 'o' in variable name.  Compile tested.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Ingo Molnar <mingo@elte.hu>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
  • Loading branch information
Tejun Heo committed Mar 1, 2009
1 parent 02d51fd commit af6326d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/alpha/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ callback_init(void * kernel_end)
console_remap_vm.size = nr_pages << PAGE_SHIFT;
vm_area_register_early(&console_remap_vm, PAGE_SIZE);

vaddr = (unsigned long)consle_remap_vm.addr;
vaddr = (unsigned long)console_remap_vm.addr;

/* Set up the third level PTEs and update the virtual
addresses of the CRB entries. */
Expand Down

0 comments on commit af6326d

Please sign in to comment.