Revert "[ARM] pxa: introduce cpu_is_pxa26x()"

This reverts commit da1a3dc0eb.

The originally proposed way in the above commit is incorrect. And
there is no easy way to distinguish between pxa25x and pxa26x at
run-time.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
This commit is contained in:
Eric Miao
2008-11-26 18:25:52 +08:00
parent ddd244dd81
commit e88db8b91f
2 changed files with 1 additions and 9 deletions

View File

@@ -204,8 +204,6 @@
__cpu_is_pxa25x(read_cpuid_id()); \
})
extern int cpu_is_pxa26x(void);
#define cpu_is_pxa27x() \
({ \
__cpu_is_pxa27x(read_cpuid_id()); \