From 4c3b21a5f915988e3d9681cf9cb566bb7bd56859 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 23 May 2003 12:36:20 +0000 Subject: Patch by Kyle Harris, 20 May 2003: In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa. --- include/asm-arm/arch-pxa/pxa-regs.h | 325 +++++++++++++++++++++++++++++------- 1 file changed, 266 insertions(+), 59 deletions(-) (limited to 'include/asm-arm/arch-pxa/pxa-regs.h') diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h index dda246530e..208c110104 100644 --- a/include/asm-arm/arch-pxa/pxa-regs.h +++ b/include/asm-arm/arch-pxa/pxa-regs.h @@ -8,10 +8,16 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. + * + * - 2003/01/20: Robert Schwebel