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

Commit 3b57bc46 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

x86: remove double-checking empty zero pages debug



so far no one complained about that.

Signed-off-by: default avatarYinghai Lu <yinghai.lu@sun.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7265b6f1
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -515,14 +515,6 @@ void __init mem_init(void)

	/* clear_bss() already clear the empty_zero_page */

	/* temporary debugging - double check it's true: */
	{
		int i;

		for (i = 0; i < 1024; i++)
			WARN_ON_ONCE(empty_zero_page[i]);
	}

	reservedpages = 0;

	/* this will put all low memory onto the freelists */