commit | 173ae9ba63349194ae180622f05fb49f55a4df46 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 15 10:15:57 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 15 10:15:57 2015 -0800 |
tree | 7773c1001f1c442f3055cf67f81b23f156ce7e78 | |
parent | 9f9499ae8e6415cefc4fe0a96ad0e27864353c89 [diff] |
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>