<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Am 02.02.2011 20:11, schrieb Alex G.:
    <blockquote cite="mid:4D49AC4C.9030009@gmail.com" type="cite">
      <pre wrap="">Erratum 89 is already handled on line 390:

if (!is_cpu_pre_b3()) {

    /* Erratum 89 ... */
    msr = rdmsr(NB_CFG_MSR);
    msr.lo |= 1 << 3;

If this is also needed when CONFIG_K8_REV_F_SUPPORT == 1, then we should
move the existing one out of the
#if CONFIG_K8_REV_F_SUPPORT == 0
so it gets executed in both cases, as opposed to duplicating it.

Alex

On 02/02/2011 07:39 PM, Josef Kellermann wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">This patch fixes a potential system hang.
Don't know why this patch isn't included if 'CONFIG_K8_REV_F_SUPPORT == 1'.

Signed-off-by: Josef Kellermann  <a class="moz-txt-link-rfc2396E" href="mailto://seppk@arcor.de"><mailto://seppk@arcor.de></a><a class="moz-txt-link-rfc2396E" href="mailto:seppk@arcor.de"><seppk@arcor.de></a> <a class="moz-txt-link-rfc2396E" href="mailto://seppk@arcor.de"><mailto://seppk@arcor.de></a>

</pre>
      </blockquote>
      <pre wrap="">

</pre>
    </blockquote>
    Ok,<br>
    now it gets executed in both cases.<br>
    <br>
    Signed-off-by: Josef Kellermann <a href="mailto://seppk@arcor.de"><seppk@arcor.de></a><br>
  </body>
</html>