Re: [PATCH 6/6] Account for memmap and optionally the kernel image as holes
From: David Howells <dhowells@redhat.com>
Date: 2006-07-10 11:31:31
Also in:
linux-mm, lkml
From: David Howells <dhowells@redhat.com>
Date: 2006-07-10 11:31:31
Also in:
linux-mm, lkml
Mel Gorman [off-list ref] wrote:
+unsigned long __initdata dma_reserve;
Should this be static? Or should it be predeclared in a header file somewhere? David