Merge tag 'please-pull-put_kernel_page' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Pull ia64 boot noise reduction fix from Tony Luck: "Remove some boot noise from a now-invalid check that pages are reserved" * tag 'please-pull-put_kernel_page' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux: [IA64] Drop debug test/printk that some special pages are marked reserved
This commit is contained in:
@@ -215,10 +215,6 @@ put_kernel_page (struct page *page, unsigned long address, pgprot_t pgprot)
|
||||
pmd_t *pmd;
|
||||
pte_t *pte;
|
||||
|
||||
if (!PageReserved(page))
|
||||
printk(KERN_ERR "put_kernel_page: page at 0x%p not in reserved memory\n",
|
||||
page_address(page));
|
||||
|
||||
pgd = pgd_offset_k(address); /* note: this is NOT pgd_offset()! */
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user