blob: 543cd3fb305e0dfb25550dbfeed4e3cc110dfb70 [file] [log] [blame]
Bryan Wu1394f032007-05-06 14:50:22 -07001/*
Mike Frysingeraf5d7fc2009-11-15 18:18:41 -05002 * DO NOT EDIT THIS FILE
3 * This file is under version control at
4 * svn://sources.blackfin.uclinux.org/toolchain/trunk/proc-defs/header-frags/
5 * and can be replaced with that version at any time
6 * DO NOT EDIT THIS FILE
Bryan Wu1394f032007-05-06 14:50:22 -07007 *
Mike Frysinger93f17422011-05-06 02:26:38 -04008 * Copyright 2004-2011 Analog Devices Inc.
Mike Frysingeraf5d7fc2009-11-15 18:18:41 -05009 * Licensed under the ADI BSD license.
10 * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
Bryan Wu1394f032007-05-06 14:50:22 -070011 */
12
Mike Frysingera4136472009-05-08 07:40:25 +000013/* This file should be up to date with:
Mike Frysinger979365b2011-06-08 18:15:18 -040014 * - Revision F, 05/23/2011; ADSP-BF534/ADSP-BF536/ADSP-BF537 Blackfin Processor Anomaly List
Bryan Wu1394f032007-05-06 14:50:22 -070015 */
16
17#ifndef _MACH_ANOMALY_H_
18#define _MACH_ANOMALY_H_
19
20/* We do not support 0.1 silicon - sorry */
Mike Frysinger1aafd902007-07-25 11:19:14 +080021#if __SILICON_REVISION__ < 2
Mike Frysinger7cc1c4b2007-12-24 20:05:09 +080022# error will not work on BF537 silicon version 0.0 or 0.1
Bryan Wu1394f032007-05-06 14:50:22 -070023#endif
24
Mike Frysinger1aafd902007-07-25 11:19:14 +080025#if defined(__ADSPBF534__)
26# define ANOMALY_BF534 1
27#else
28# define ANOMALY_BF534 0
Bryan Wu1394f032007-05-06 14:50:22 -070029#endif
Mike Frysinger1aafd902007-07-25 11:19:14 +080030#if defined(__ADSPBF536__)
31# define ANOMALY_BF536 1
32#else
33# define ANOMALY_BF536 0
34#endif
35#if defined(__ADSPBF537__)
36# define ANOMALY_BF537 1
37#else
38# define ANOMALY_BF537 0
Bryan Wu1394f032007-05-06 14:50:22 -070039#endif
40
Mike Frysingera200ad22009-06-13 06:37:14 -040041/* Multi-Issue Instruction with dsp32shiftimm in slot1 and P-reg Store in slot2 Not Supported */
Mike Frysinger1aafd902007-07-25 11:19:14 +080042#define ANOMALY_05000074 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000043/* DMA_RUN Bit Is Not Valid after a Peripheral Receive Channel DMA Stops */
Mike Frysinger1aafd902007-07-25 11:19:14 +080044#define ANOMALY_05000119 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000045/* Rx.H Cannot Be Used to Access 16-bit System MMR Registers */
Mike Frysinger1aafd902007-07-25 11:19:14 +080046#define ANOMALY_05000122 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000047/* PPI_DELAY Not Functional in PPI Modes with 0 Frame Syncs */
Mike Frysinger1aafd902007-07-25 11:19:14 +080048#define ANOMALY_05000180 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000049/* If I-Cache Is On, CSYNC/SSYNC/IDLE Around Change of Control Causes Failures */
Mike Frysinger1aafd902007-07-25 11:19:14 +080050#define ANOMALY_05000244 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000051/* False Hardware Error from an Access in the Shadow of a Conditional Branch */
Mike Frysinger1aafd902007-07-25 11:19:14 +080052#define ANOMALY_05000245 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000053/* Incorrect Bit Shift of Data Word in Multichannel (TDM) Mode in Certain Conditions */
Mike Frysinger1aafd902007-07-25 11:19:14 +080054#define ANOMALY_05000250 (__SILICON_REVISION__ < 3)
Mike Frysingera200ad22009-06-13 06:37:14 -040055/* EMAC TX DMA Error After an Early Frame Abort */
Mike Frysinger1aafd902007-07-25 11:19:14 +080056#define ANOMALY_05000252 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000057/* Maximum External Clock Speed for Timers */
Mike Frysinger1aafd902007-07-25 11:19:14 +080058#define ANOMALY_05000253 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000059/* Incorrect Timer Pulse Width in Single-Shot PWM_OUT Mode with External Clock */
Mike Frysinger1aafd902007-07-25 11:19:14 +080060#define ANOMALY_05000254 (__SILICON_REVISION__ > 2)
Mike Frysingera4136472009-05-08 07:40:25 +000061/* Entering Hibernate State with RTC Seconds Interrupt Not Functional */
Mike Frysinger1aafd902007-07-25 11:19:14 +080062#define ANOMALY_05000255 (__SILICON_REVISION__ < 3)
Mike Frysingera200ad22009-06-13 06:37:14 -040063/* EMAC MDIO Input Latched on Wrong MDC Edge */
Mike Frysinger1aafd902007-07-25 11:19:14 +080064#define ANOMALY_05000256 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000065/* Interrupt/Exception During Short Hardware Loop May Cause Bad Instruction Fetches */
Mike Frysinger1aafd902007-07-25 11:19:14 +080066#define ANOMALY_05000257 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000067/* Instruction Cache Is Corrupted When Bits 9 and 12 of the ICPLB Data Registers Differ */
Mike Frysinger1aafd902007-07-25 11:19:14 +080068#define ANOMALY_05000258 (((ANOMALY_BF536 || ANOMALY_BF537) && __SILICON_REVISION__ == 1) || __SILICON_REVISION__ == 2)
Mike Frysingera4136472009-05-08 07:40:25 +000069/* ICPLB_STATUS MMR Register May Be Corrupted */
Mike Frysinger1aafd902007-07-25 11:19:14 +080070#define ANOMALY_05000260 (__SILICON_REVISION__ == 2)
Mike Frysingera4136472009-05-08 07:40:25 +000071/* DCPLB_FAULT_ADDR MMR Register May Be Corrupted */
Mike Frysinger1aafd902007-07-25 11:19:14 +080072#define ANOMALY_05000261 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000073/* Stores To Data Cache May Be Lost */
Mike Frysinger1aafd902007-07-25 11:19:14 +080074#define ANOMALY_05000262 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000075/* Hardware Loop Corrupted When Taking an ICPLB Exception */
Mike Frysinger1aafd902007-07-25 11:19:14 +080076#define ANOMALY_05000263 (__SILICON_REVISION__ == 2)
Mike Frysingera4136472009-05-08 07:40:25 +000077/* CSYNC/SSYNC/IDLE Causes Infinite Stall in Penultimate Instruction in Hardware Loop */
Mike Frysinger1aafd902007-07-25 11:19:14 +080078#define ANOMALY_05000264 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000079/* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
Mike Frysinger1aafd902007-07-25 11:19:14 +080080#define ANOMALY_05000265 (1)
Mike Frysingera200ad22009-06-13 06:37:14 -040081/* Memory DMA Error when Peripheral DMA Is Running with Non-Zero DEB_TRAFFIC_PERIOD */
Mike Frysinger1aafd902007-07-25 11:19:14 +080082#define ANOMALY_05000268 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000083/* High I/O Activity Causes Output Voltage of Internal Voltage Regulator (Vddint) to Decrease */
Mike Frysinger1aafd902007-07-25 11:19:14 +080084#define ANOMALY_05000270 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000085/* Certain Data Cache Writethrough Modes Fail for Vddint <= 0.9V */
Mike Frysinger1aafd902007-07-25 11:19:14 +080086#define ANOMALY_05000272 (1)
Mike Frysingera4136472009-05-08 07:40:25 +000087/* Writes to Synchronous SDRAM Memory May Be Lost */
Mike Frysinger1aafd902007-07-25 11:19:14 +080088#define ANOMALY_05000273 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000089/* Writes to an I/O Data Register One SCLK Cycle after an Edge Is Detected May Clear Interrupt */
Mike Frysinger1aafd902007-07-25 11:19:14 +080090#define ANOMALY_05000277 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000091/* Disabling Peripherals with DMA Running May Cause DMA System Instability */
Mike Frysinger1aafd902007-07-25 11:19:14 +080092#define ANOMALY_05000278 (((ANOMALY_BF536 || ANOMALY_BF537) && __SILICON_REVISION__ < 3) || (ANOMALY_BF534 && __SILICON_REVISION__ < 2))
Mike Frysingera200ad22009-06-13 06:37:14 -040093/* SPI Master Boot Mode Does Not Work Well with Atmel Data Flash Devices */
Mike Frysinger1aafd902007-07-25 11:19:14 +080094#define ANOMALY_05000280 (1)
Mike Frysinger979365b2011-06-08 18:15:18 -040095/* False Hardware Error when ISR Context Is Not Restored */
Mike Frysinger1aafd902007-07-25 11:19:14 +080096#define ANOMALY_05000281 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +000097/* Memory DMA Corruption with 32-Bit Data and Traffic Control */
Mike Frysinger1aafd902007-07-25 11:19:14 +080098#define ANOMALY_05000282 (__SILICON_REVISION__ < 3)
Mike Frysingera200ad22009-06-13 06:37:14 -040099/* System MMR Write Is Stalled Indefinitely when Killed in a Particular Stage */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800100#define ANOMALY_05000283 (__SILICON_REVISION__ < 3)
Mike Frysingera200ad22009-06-13 06:37:14 -0400101/* TXDWA Bit in EMAC_SYSCTL Register Is Not Functional */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800102#define ANOMALY_05000285 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +0000103/* SPORTs May Receive Bad Data If FIFOs Fill Up */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800104#define ANOMALY_05000288 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +0000105/* Memory-To-Memory DMA Source/Destination Descriptors Must Be in Same Memory Space */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800106#define ANOMALY_05000301 (1)
107/* SSYNCs After Writes To CAN/DMA MMR Registers Are Not Always Handled Correctly */
108#define ANOMALY_05000304 (__SILICON_REVISION__ < 3)
Mike Frysingerc18e99c2009-03-04 17:36:49 +0800109/* SPORT_HYS Bit in PLL_CTL Register Is Not Functional */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800110#define ANOMALY_05000305 (__SILICON_REVISION__ < 3)
111/* SCKELOW Bit Does Not Maintain State Through Hibernate */
112#define ANOMALY_05000307 (__SILICON_REVISION__ < 3)
Mike Frysingera200ad22009-06-13 06:37:14 -0400113/* Writing UART_THR While UART Clock Is Disabled Sends Erroneous Start Bit */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800114#define ANOMALY_05000309 (__SILICON_REVISION__ < 3)
Mike Frysingera4136472009-05-08 07:40:25 +0000115/* False Hardware Errors Caused by Fetches at the Boundary of Reserved Memory */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800116#define ANOMALY_05000310 (1)
Mike Frysingera200ad22009-06-13 06:37:14 -0400117/* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800118#define ANOMALY_05000312 (1)
Mike Frysingera4136472009-05-08 07:40:25 +0000119/* PPI Is Level-Sensitive on First Transfer In Single Frame Sync Modes */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800120#define ANOMALY_05000313 (1)
Mike Frysingera200ad22009-06-13 06:37:14 -0400121/* Killed System MMR Write Completes Erroneously on Next System MMR Access */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800122#define ANOMALY_05000315 (__SILICON_REVISION__ < 3)
Mike Frysingera200ad22009-06-13 06:37:14 -0400123/* EMAC RMII Mode: Collisions Occur in Full Duplex Mode */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800124#define ANOMALY_05000316 (__SILICON_REVISION__ < 3)
Mike Frysingera200ad22009-06-13 06:37:14 -0400125/* EMAC RMII Mode: TX Frames in Half Duplex Fail with Status "No Carrier" */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800126#define ANOMALY_05000321 (__SILICON_REVISION__ < 3)
Mike Frysingera200ad22009-06-13 06:37:14 -0400127/* EMAC RMII Mode at 10-Base-T Speed: RX Frames Not Received Properly */
Mike Frysinger1aafd902007-07-25 11:19:14 +0800128#define ANOMALY_05000322 (1)
Mike Frysinger7cc1c4b2007-12-24 20:05:09 +0800129/* Ethernet MAC MDIO Reads Do Not Meet IEEE Specification */
130#define ANOMALY_05000341 (__SILICON_REVISION__ >= 3)
Mike Frysingera200ad22009-06-13 06:37:14 -0400131/* UART Gets Disabled after UART Boot */
Mike Frysingera70ce072008-05-31 15:47:17 +0800132#define ANOMALY_05000350 (__SILICON_REVISION__ >= 3)
Sonic Zhang4d555632008-04-25 03:28:10 +0800133/* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */
134#define ANOMALY_05000355 (1)
Mike Frysinger7cc1c4b2007-12-24 20:05:09 +0800135/* Serial Port (SPORT) Multichannel Transmit Failure when Channel 0 Is Disabled */
136#define ANOMALY_05000357 (1)
137/* DMAs that Go Urgent during Tight Core Writes to External Memory Are Blocked */
138#define ANOMALY_05000359 (1)
Sonic Zhang4d555632008-04-25 03:28:10 +0800139/* PPI Underflow Error Goes Undetected in ITU-R 656 Mode */
140#define ANOMALY_05000366 (1)
141/* Possible RETS Register Corruption when Subroutine Is under 5 Cycles in Duration */
142#define ANOMALY_05000371 (1)
143/* SSYNC Stalls Processor when Executed from Non-Cacheable Memory */
Yi Libd411b12009-08-05 10:02:14 +0000144#define ANOMALY_05000402 (__SILICON_REVISION__ == 2)
Sonic Zhang4d555632008-04-25 03:28:10 +0800145/* Level-Sensitive External GPIO Wakeups May Cause Indefinite Stall */
146#define ANOMALY_05000403 (1)
Mike Frysinger6651ece2009-01-07 23:14:38 +0800147/* Speculative Fetches Can Cause Undesired External FIFO Operations */
148#define ANOMALY_05000416 (1)
149/* Multichannel SPORT Channel Misalignment Under Specific Configuration */
150#define ANOMALY_05000425 (1)
151/* Speculative Fetches of Indirect-Pointer Instructions Can Cause False Hardware Errors */
152#define ANOMALY_05000426 (1)
Mike Frysinger3529e0412008-10-28 16:22:41 +0800153/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
154#define ANOMALY_05000443 (1)
Mike Frysingera200ad22009-06-13 06:37:14 -0400155/* False Hardware Error when RETI Points to Invalid Memory */
Mike Frysingera4136472009-05-08 07:40:25 +0000156#define ANOMALY_05000461 (1)
Mike Frysinger93f17422011-05-06 02:26:38 -0400157/* Synchronization Problem at Startup May Cause SPORT Transmit Channels to Misalign */
158#define ANOMALY_05000462 (1)
Mike Frysinger979365b2011-06-08 18:15:18 -0400159/* Interrupted SPORT Receive Data Register Read Results In Underflow when SLEN > 15 */
Mike Frysingeraf5d7fc2009-11-15 18:18:41 -0500160#define ANOMALY_05000473 (1)
Mike Frysinger979365b2011-06-08 18:15:18 -0400161/* Possible Lockup Condition when Modifying PLL from External Memory */
Mike Frysingerdc7101b2010-05-27 21:47:31 +0000162#define ANOMALY_05000475 (1)
Mike Frysingeraf5d7fc2009-11-15 18:18:41 -0500163/* TESTSET Instruction Cannot Be Interrupted */
164#define ANOMALY_05000477 (1)
Mike Frysinger93f17422011-05-06 02:26:38 -0400165/* Multiple Simultaneous Urgent DMA Requests May Cause DMA System Instability */
166#define ANOMALY_05000480 (__SILICON_REVISION__ < 3)
Mike Frysingerdc7101b2010-05-27 21:47:31 +0000167/* Reads of ITEST_COMMAND and ITEST_DATA Registers Cause Cache Corruption */
168#define ANOMALY_05000481 (1)
Mike Frysinger979365b2011-06-08 18:15:18 -0400169/* PLL May Latch Incorrect Values Coming Out of Reset */
170#define ANOMALY_05000489 (1)
171/* Instruction Memory Stalls Can Cause IFLUSH to Fail */
Mike Frysingerdc7101b2010-05-27 21:47:31 +0000172#define ANOMALY_05000491 (1)
Mike Frysinger979365b2011-06-08 18:15:18 -0400173/* EXCPT Instruction May Be Lost If NMI Happens Simultaneously */
174#define ANOMALY_05000494 (1)
175/* RXS Bit in SPI_STAT May Become Stuck In RX DMA Modes */
176#define ANOMALY_05000501 (1)
177
178/*
179 * These anomalies have been "phased" out of analog.com anomaly sheets and are
180 * here to show running on older silicon just isn't feasible.
181 */
182
183/* Killed 32-Bit MMR Write Leads to Next System MMR Access Thinking It Should Be 32-Bit */
184#define ANOMALY_05000157 (__SILICON_REVISION__ < 2)
185/* Instruction Cache Is Not Functional */
186#define ANOMALY_05000237 (__SILICON_REVISION__ < 2)
187/* Buffered CLKIN Output Is Disabled by Default */
188#define ANOMALY_05000247 (__SILICON_REVISION__ < 2)
Sonic Zhang4d555632008-04-25 03:28:10 +0800189
Mike Frysinger1aafd902007-07-25 11:19:14 +0800190/* Anomalies that don't exist on this proc */
Mike Frysingera4136472009-05-08 07:40:25 +0000191#define ANOMALY_05000099 (0)
192#define ANOMALY_05000120 (0)
Mike Frysinger1aafd902007-07-25 11:19:14 +0800193#define ANOMALY_05000125 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000194#define ANOMALY_05000149 (0)
Robin Getz3bebca22007-10-10 23:55:26 +0800195#define ANOMALY_05000158 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000196#define ANOMALY_05000171 (0)
197#define ANOMALY_05000179 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400198#define ANOMALY_05000182 (0)
Mike Frysinger1aafd902007-07-25 11:19:14 +0800199#define ANOMALY_05000183 (0)
Graf Yang976119b2009-07-01 07:05:40 +0000200#define ANOMALY_05000189 (0)
Mike Frysinger1aafd902007-07-25 11:19:14 +0800201#define ANOMALY_05000198 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400202#define ANOMALY_05000202 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000203#define ANOMALY_05000215 (0)
Mike Frysingerdc7101b2010-05-27 21:47:31 +0000204#define ANOMALY_05000219 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000205#define ANOMALY_05000220 (0)
206#define ANOMALY_05000227 (0)
Mike Frysinger0174dd52007-08-05 16:53:10 +0800207#define ANOMALY_05000230 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000208#define ANOMALY_05000231 (0)
209#define ANOMALY_05000233 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400210#define ANOMALY_05000234 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000211#define ANOMALY_05000242 (0)
212#define ANOMALY_05000248 (0)
Mike Frysinger1aafd902007-07-25 11:19:14 +0800213#define ANOMALY_05000266 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000214#define ANOMALY_05000274 (0)
215#define ANOMALY_05000287 (0)
Mike Frysinger1aafd902007-07-25 11:19:14 +0800216#define ANOMALY_05000311 (0)
Michael Hennerich2b393312007-10-10 16:58:49 +0800217#define ANOMALY_05000323 (0)
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800218#define ANOMALY_05000353 (1)
Mike Frysingera4136472009-05-08 07:40:25 +0000219#define ANOMALY_05000362 (1)
Sonic Zhang4d555632008-04-25 03:28:10 +0800220#define ANOMALY_05000363 (0)
Graf Yang976119b2009-07-01 07:05:40 +0000221#define ANOMALY_05000364 (0)
Mike Frysingeree554be2009-03-03 16:52:55 +0800222#define ANOMALY_05000380 (0)
Mike Frysinger93f17422011-05-06 02:26:38 -0400223#define ANOMALY_05000383 (0)
Mike Frysinger4e8086d2008-10-10 21:07:55 +0800224#define ANOMALY_05000386 (1)
Mike Frysingera4136472009-05-08 07:40:25 +0000225#define ANOMALY_05000389 (0)
226#define ANOMALY_05000400 (0)
Mike Frysinger6651ece2009-01-07 23:14:38 +0800227#define ANOMALY_05000412 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000228#define ANOMALY_05000430 (0)
Mike Frysinger6651ece2009-01-07 23:14:38 +0800229#define ANOMALY_05000432 (0)
Mike Frysinger94b28212008-11-18 17:48:21 +0800230#define ANOMALY_05000435 (0)
Mike Frysinger93f17422011-05-06 02:26:38 -0400231#define ANOMALY_05000440 (0)
Mike Frysinger7dbc3f62009-03-06 00:20:49 +0800232#define ANOMALY_05000447 (0)
233#define ANOMALY_05000448 (0)
Mike Frysingera4136472009-05-08 07:40:25 +0000234#define ANOMALY_05000456 (0)
235#define ANOMALY_05000450 (0)
Mike Frysingera200ad22009-06-13 06:37:14 -0400236#define ANOMALY_05000465 (0)
237#define ANOMALY_05000467 (0)
Mike Frysingeraf5d7fc2009-11-15 18:18:41 -0500238#define ANOMALY_05000474 (0)
Mike Frysingerdc7101b2010-05-27 21:47:31 +0000239#define ANOMALY_05000485 (0)
Mike Frysinger1aafd902007-07-25 11:19:14 +0800240
241#endif