Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7aa413de authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86, MM: virtual address debug, cleanups



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent a1bf9631
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -180,8 +180,10 @@ struct page *vmalloc_to_page(const void *vmalloc_addr)
	pmd_t *pmd;
	pte_t *ptep, pte;

	/* XXX we might need to change this if we add VIRTUAL_BUG_ON for
	 * architectures that do not vmalloc module space */
	/*
	 * XXX we might need to change this if we add VIRTUAL_BUG_ON for
	 * architectures that do not vmalloc module space
	 */
	VIRTUAL_BUG_ON(!is_vmalloc_addr(vmalloc_addr) &&
			!is_module_address(addr));

+2 −2

File changed.

Contains only whitespace changes.