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

Commit ebcc5b8a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: process: Update the kernel offset"

parents 12ab5894 82b6e4d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ static void show_data(unsigned long addr, int nbytes, const char *name)
	 * don't attempt to dump non-kernel addresses or
	 * values that are probably just small negative numbers
	 */
	if (addr < PAGE_OFFSET || addr > -256UL)
	if (addr < KIMAGE_VADDR || addr > -256UL)
		return;

	printk("\n%s: %#lx:\n", name, addr);