mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[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: John Hawkes <hawkes@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
60f1c4443c
commit
386d1d50c8
@ -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);
|
dprintk(KERN_ERR "uncached_build_memmap(%lx %lx)\n", start, end);
|
||||||
|
|
||||||
|
touch_softlockup_watchdog();
|
||||||
memset((char *)start, 0, length);
|
memset((char *)start, 0, length);
|
||||||
|
|
||||||
node = paddr_to_nid(start - __IA64_UNCACHED_OFFSET);
|
node = paddr_to_nid(start - __IA64_UNCACHED_OFFSET);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user