On Thu, Mar 06, 2008 at 09:07:18AM +0000, Daniel Laird wrote:
> From: Daniel Laird <daniel.j.laird@nxp.com>
> Date: Thu, 6 Mar 2008 09:07:18 +0000
> To: linux-mips@linux-mips.org
> Subject: [PATCH] : Move arch/mips/philips to arch/mips/nxp
> Content-Type: text/plain; charset=ISO-8859-1
>
> The following patch moves arch/mips/philips to arch/mips/nxp along
> with the supporting changes:
> This is required before I can start posting new chipset support.
There were still a few lines which got linewrapped but that was fortunately
manually fixable.
> @@ -887,7 +887,7 @@
> case CPU_SR71000: name = "Sandcraft SR71000"; break;
> case CPU_BCM3302: name = "Broadcom BCM3302"; break;
> case CPU_BCM4710: name = "Broadcom BCM4710"; break;
> - case CPU_PR4450: name = "Philips PR4450"; break;
> + case CPU_PR4450: name = "NXP PR4450"; break;
> case CPU_LOONGSON2: name = "ICT Loongson-2"; break;
> default:
> BUG();
The string changed is returned in /proc/cpuinfo so any change has a
chance of breaking applications. I know, you'd like to remove the Philips
name but ... So I applied your patch except this one segment.
Ralf
|