From: David S. Miller Date: Fri, 20 Jul 2007 04:50:09 +0000 (-0700) Subject: [SPARC64]: Fix two year old bug in early bootup asm. X-Git-Tag: v2.6.23-rc1~230^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d00125398f18f7354e759ba7cd544a6b07f504;p=pandora-kernel.git [SPARC64]: Fix two year old bug in early bootup asm. We try to fetch the CIF entry pointer from %o4, but that can get clobbered by the early OBP calls. It is saved in %l7 already, so actually this "mov %o4, %l7" can just be completely removed with no other changes. Signed-off-by: David S. Miller --- Reading git-diff-tree failed