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

Commit 386d1d50 authored by John Hawkes's avatar John Hawkes Committed by Tony Luck
Browse files

[IA64] eliminate softlockup warning



Fix an unnecessary softlockup watchdog warning in the ia64
uncached_build_memmap() that occurs occasionally at 256p and always at
512p.  The problem occurs at boot time.

Signed-off-by: default avatarJohn Hawkes <hawkes@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 60f1c444
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -210,6 +210,7 @@ uncached_build_memmap(unsigned long start, unsigned long end, void *arg)

	dprintk(KERN_ERR "uncached_build_memmap(%lx %lx)\n", start, end);

	touch_softlockup_watchdog();
	memset((char *)start, 0, length);

	node = paddr_to_nid(start - __IA64_UNCACHED_OFFSET);