]> git.baikalelectronics.ru Git - kernel.git/commit
Fix user-visible spelling error
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2015 18:15:57 +0000 (10:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2015 18:15:57 +0000 (10:15 -0800)
commitfe496cc3a413bef038b6e3925002ea002d44fe90
tree7773c1001f1c442f3055cf67f81b23f156ce7e78
parent8a4e66d6876ca2806a1603b37b11e6302e642c93
Fix user-visible spelling error

Pavel Machek reports a warning about W+X pages found in the "Persisent"
kmap area.  After grepping for it (using the correct spelling), and not
finding it, I noticed how the debug printk was just misspelled.  Fix it.

The actual mapping bug that Pavel reported is still open.  It's
apparently a separate issue from the known EFI page tables, looks like
it's related to the HIGHMEM mappings.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/mm/dump_pagetables.c