<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Carl-Daniel Hailfinger wrote:
<blockquote cite="mid:47DDCD0E.6050107@gmx.net" type="cite">
  <pre wrap="">On 16.03.2008 23:16, Stefan Reinauer wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">ron minnich wrote:
  
    </pre>
    <blockquote type="cite">
      <pre wrap="">So, I am curious.

I see this:
        ram_check(0, 640 * 1024);

in a file. Could I be forgiven in thinking that a ram check might be
done? I realize this is the "linux style" but I have never
particularly liked it.

What is wrong with
#ifdef RAMTEST
        ram_check(0, 640 * 1024);
#endif

What do people prefer? Maybe I am just out of touch.  
    
      </pre>
    </blockquote>
    <pre wrap="">
This ram test is nothing that a user should ever see. it is left over
development code.
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Agreed, but at the same time, I'd like to keep this in the code as
reference for future porters. Maybe have it depend on
CONFIG_PARANOID_CHECKING or something like that?
Or we simply comment it out once the board is running perfectly.
  </pre>
</blockquote>
Yes, I agree.<br>
<br>
Stefan<br>
<pre class="moz-signature" cols="72">-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: <a class="moz-txt-link-abbreviated" href="mailto:info@coresystems.de">info@coresystems.de</a>  • <a class="moz-txt-link-freetext" href="http://www.coresystems.de/">http://www.coresystems.de/</a>
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
</pre>
</body>
</html>