From: Parag Warudkar Date: Wed, 8 Jul 2009 15:46:02 +0000 (-0400) Subject: elfcore.h : Fix UML build breakage X-Git-Tag: v2.6.31-rc3~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9bf0cc7cbfbf3952cdf8028aa0d348d09ecdba1;p=pandora-kernel.git elfcore.h : Fix UML build breakage Commit a65e7bfcd74e4c0939f235d2bf9f48ddb3a57991 broke the UML build with the following error - In file included from fs/proc/kcore.c:17: include/linux/elfcore.h: In function 'elf_core_copy_task_regs': include/linux/elfcore.h:129: error: implicit declaration of function 'task_pt_regs' Fix this by restoring the previous behavior of returning 0 for all arches like UML that don't define task_pt_regs. Signed-off-by: Parag Warudkar Acked-by: Amerigo Wang Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed