Also, I'm going to give it a whirl on a 4GB rawhide with the core_mcpcia.c
from 2.3.43 and I'll let everyone know if that works, otherwise I'll have to
hope someone can figure out the flush_tlb_pgtables linking problem so we can
continue work with 2.3.43. (_Still_ don't know enough about how we set up
some of these things to make a difference sometimes...most discouraging...)
- Pete
Andrea Arcangeli wrote:
<snip>
>
> @@ -225,15 +232,8 @@
> max_low_pfn = end;
> }
>
> - /* Enforce maximum of 2GB even if there is more. Blah. */
> - if (max_low_pfn > PFN_MAX)
> - max_low_pfn = PFN_MAX;
> - printk("max_low_pfn %ld\n", max_low_pfn);
> -
> /* Find the end of the kernel memory. */
> start_pfn = PFN_UP(virt_to_phys(_end));
> - printk("_end %p, start_pfn %ld\n", _end, start_pfn);
> -
> bootmap_start = -1;
>
> try_again:
>
<snip>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/