From: Tom Rini Date: Fri, 9 Sep 2005 20:01:48 +0000 (-0700) Subject: [PATCH] ppc32: Kill PVR_440* defines X-Git-Tag: v2.6.14-rc1~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95409aaca734700e8dcba9db685b8600b67ba05d;p=pandora-kernel.git [PATCH] ppc32: Kill PVR_440* defines The following patch changes the usages of PVR_440* into strcmp's with the cpu_name field, and removes the defines altogether. The Ebony portion was briefly tested long ago. One benefit of moving from PVR-tests to string tests in general is that not all CPUs can be on and be able to do this type of comparison. See http://patchwork.ozlabs.org/linuxppc/patch?id=1250 for the original thread. Signed-off-by: Tom Rini Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed