diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-03-05 11:24:01 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-03-05 11:24:01 -0500 |
commit | 357fd373e194ec5bb02fe875a67c0874ab74b5a6 (patch) | |
tree | 7d2799fcef30a19927e55a6237069367e2ecc0dc /arch | |
parent | 7dbc3f6ead13cb87d2318443ebd8f19a987149aa (diff) |
Blackfin arch: remove duplicated ANOMALY_05000448 ifdef check
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-common/arch_checks.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/blackfin/mach-common/arch_checks.c b/arch/blackfin/mach-common/arch_checks.c index a2ca26aa210d..80d39b2f9db2 100644 --- a/arch/blackfin/mach-common/arch_checks.c +++ b/arch/blackfin/mach-common/arch_checks.c | |||
@@ -68,8 +68,6 @@ | |||
68 | # error "The kernel load address is too high; keep it below 10meg for safety" | 68 | # error "The kernel load address is too high; keep it below 10meg for safety" |
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | #ifdef ANOMALY_05000448 | 71 | #if ANOMALY_05000448 |
72 | # if ANOMALY_05000448 | 72 | # error You are using a part with anomaly 05000448, this issue causes random memory read/write failures - that means random crashes. |
73 | # error You are using a part with anomaly 05000448, this issue causes random memory read/write failures - that means random crashes. | ||
74 | # endif | ||
75 | #endif | 73 | #endif |