Commit e6591d82 authored by Ian Molton's avatar Ian Molton Committed by Russell King

[ARM PATCH] 1458/1: finish nwfpe CONFIG_CPUnn removal

Patch from Ian Molton

missed a bit. apply ontop of earlier patch.
parent 61f42d62
......@@ -17,21 +17,15 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
27/03/03 Ian Molton Clean up CONFIG_CPU
*/
#ifndef __FPMODULE_H__
#define __FPMODULE_H__
#include <linux/config.h>
#ifdef CONFIG_CPU_32
#define REG_ORIG_R0 17
#define REG_CPSR 16
#else
#define REG_ORIG_R0 16
#define REG_CPSR 15
#endif
#define REG_PC 15
#define REG_LR 14
#define REG_SP 13
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment