<!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">
On 4/8/10 7:07 PM, Myles Watson wrote:
<blockquote
 cite="mid:l2g2831fecf1004081007u3ee86e4dxf29c6beed9991354@mail.gmail.com"
 type="cite">
  <div class="moz-text-html" lang="x-western">Here's one for all boards.<br>
  <br>
Signed-off-by: Myles Watson <<a moz-do-not-send="true"
 href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>
  </div>
</blockquote>
Acked-by: Stefan Reinauer <a class="moz-txt-link-rfc2396E" href="mailto:stepan@coresystems.de"><stepan@coresystems.de></a><br>
<br>
<blockquote
 cite="mid:l2g2831fecf1004081007u3ee86e4dxf29c6beed9991354@mail.gmail.com"
 type="cite">
  <div class="moz-text-html" lang="x-western"></div>
  <div class="moz-text-plain" wrap="true" graphical-quote="true"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">
  <pre wrap="">Index: svn/src/mainboard/amd/dbm690t/acpi_tables.c
===================================================================
--- svn.orig/src/mainboard/amd/dbm690t/acpi_tables.c
+++ svn/src/mainboard/amd/dbm690t/acpi_tables.c
@@ -57,7 +57,7 @@ static void dump_mem(u32 start, u32 end)
 }
 #endif
 
-extern const acpi_header_t AmlCode;
+extern const unsigned char AmlCode[];
  </pre>
  </div>
</blockquote>
I don't think defining them const here gains us much, as they're not
defined const when they're created. <br>
Can we change that, maybe? Extra sed s/unsigned char AmlCode/const
unsigned char AmlCode/g on the iasl output maybe?<br>
<br>
<br>
Stefan<br>
</body>
</html>