From 902e8631435fd2bc783abe55bcd8b23c86902d70 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 6 Mar 2009 00:24:01 +0800 Subject: [PATCH] --- yaml --- r: 132097 b: refs/heads/master c: 357fd373e194ec5bb02fe875a67c0874ab74b5a6 h: refs/heads/master i: 132095: 6a108b32c4d4a626d199403b5e12ab8b5b11f7a2 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/mach-common/arch_checks.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 043ea5f58ce4..236d847fd211 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7dbc3f6ead13cb87d2318443ebd8f19a987149aa +refs/heads/master: 357fd373e194ec5bb02fe875a67c0874ab74b5a6 diff --git a/trunk/arch/blackfin/mach-common/arch_checks.c b/trunk/arch/blackfin/mach-common/arch_checks.c index a2ca26aa210d..80d39b2f9db2 100644 --- a/trunk/arch/blackfin/mach-common/arch_checks.c +++ b/trunk/arch/blackfin/mach-common/arch_checks.c @@ -68,8 +68,6 @@ # error "The kernel load address is too high; keep it below 10meg for safety" #endif -#ifdef ANOMALY_05000448 -# if ANOMALY_05000448 -# error You are using a part with anomaly 05000448, this issue causes random memory read/write failures - that means random crashes. -# endif +#if ANOMALY_05000448 +# error You are using a part with anomaly 05000448, this issue causes random memory read/write failures - that means random crashes. #endif