<!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 text="#000000" bgcolor="#ffffff">
On 5/1/10 1:58 AM, Nils wrote:
<blockquote cite="mid:201005010158.34049.njacobs8@hetnet.nl" type="cite">
  <div class="moz-text-plain" wrap="true" graphical-quote="true"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-unicode">
  <pre wrap="">
Index: src/northbridge/amd/gx2/northbridgeinit.c
===================================================================
--- src/northbridge/amd/gx2/northbridgeinit.c   (revision 5520)
+++ src/northbridge/amd/gx2/northbridgeinit.c   (working copy)
@@ -672,7 +672,7 @@
 {
        uint64_t shadowSettings = getShadow();
        shadowSettings &= (uint64_t) 0xFFFF00000000FFFFULL; // Disable read & writes
-       shadowSettings |= (uint64_t) 0x00000000F0000000ULL;     // Enable reads for F0000-FFFFF
+       shadowSettings |= (uint64_t) 0x0000FFFFFFFF0000ULL;     // Enable reads for C0000-FFFFF
        setShadow(shadowSettings);
 }

  </pre>
  </div>
</blockquote>
What's this doing?<br>
<br>
Is it potentially dangerous for other systems?<br>
</body>
</html>