Skip to content

Commit

Permalink
[IA64] eliminate softlockup warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Hawkes authored and Tony Luck committed Jan 19, 2006
1 parent 60f1c44 commit 386d1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/kernel/uncached.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 386d1d5

Please sign in to comment.