<!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 6/20/10 7:59 AM, Joseph Smith wrote:
<blockquote cite="mid:4C1DAE43.5080801@settoplinux.org" type="cite">
  <pre wrap="">+        if (CONFIG_VIDEO_MB == 512) {
+               igd_memory = (CONFIG_VIDEO_MB);
+               printk(BIOS_DEBUG, "%dKB IGD UMA\n", igd_memory >> 10);
+       } else {
+               igd_memory = (CONFIG_VIDEO_MB * 1024);
+               printk(BIOS_DEBUG, "%dMB IGD UMA\n", igd_memory >> 10);
+       }
  </pre>
</blockquote>
<font size="-1"><font face="Helvetica, Arial, sans-serif">You might
want to read the SMRAM register intead of relying on the setting of the
config variable in case an invalid value sneaked in.<br>
<br>
Other than that:<br>
<br>
Acked-by: Stefan Reinauer <a class="moz-txt-link-rfc2396E" href="mailto:stepan@coresystems.de"><stepan@coresystems.de></a><br>
</font></font>
</body>
</html>