<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<blockquote TYPE=CITE>
<pre>Can you be more specific?  The code is certainly not supposed to
be "effectively commented out":

</pre>
</blockquote>

<p><br><tt>Mea culpa -- the function returns NULL first thing,</tt>
<br><tt>causing some compilers to rightfully barf...</tt><tt></tt>
<p><tt>  static char *</tt>
<br><tt>  x86_xen_kdump_load_page_PAE(ulong kvaddr, char *pgbuf)</tt>
<br><tt>  {</tt>
<br><tt>          return NULL;</tt>
<br><tt>          ulonglong
*entry;</tt>
<br><tt>          ulonglong
*up;</tt>
<br><tt>          ulong mfn;</tt>
<br><tt>          ...</tt><tt></tt>
<p><tt>The function was originally a stub, but later I added the</tt>
<br><tt>(untested) code, and left the return in place.  The VAlinux</tt>
<br><tt>guys had furnished me with a non-PAE xen kdump vmcore, and</tt>
<br><tt>since there aren't any xen kdump *PAE* dumpfiles in existence</tt>
<br><tt>on the planet that I'm aware of, it shouldn't hurt, of course</tt>
<br><tt>unless your compiler won't accept it...</tt><tt></tt>
<p><tt>Anyway, 4.0-2.33 is available if you need it.</tt><tt></tt>
<p><tt>Also, I will be going on vacation -- basically starting right</tt>
<br><tt>now -- and won't be back until July 31st.  I don't plan on</tt>
<br><tt>being internet-visible until then, so if anything comes up</tt>
<br><tt>between now and then that needs me, it'll have to wait...</tt><tt></tt>
<p><tt>Dave</tt>
<br><tt></tt> </html>