On Friday, June 02, 2006 11:18:42 AM -0400 Joe Buehler <[EMAIL PROTECTED]> wrote:
If I understand the kernel allocator correctly, the following patch seems appropriate to enable kmalloc calls to use high memory:
No; memory used for kernel-mode data structures must be direct-mapped in the kernel, and cannot be in the HIGHMEM zone. The existing code is correct.
-- Jeffrey T. Hutzelman (N3NHS) <[EMAIL PROTECTED]> Sr. Research Systems Programmer School of Computer Science - Research Computing Facility Carnegie Mellon University - Pittsburgh, PA _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
