public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] i386 create e820.c to handle e820/efi memory map table
@ 2006-10-26 12:30 bibo,mao
  2006-10-27  2:27 ` Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: bibo,mao @ 2006-10-26 12:30 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Andi Kleen, linux-kernel

hi,
  On i386 there are legacy bios and efi bios, memory map table handling
between legacy bios and efi bios is different, this brings some confusion
about memory map table handing. This patch creates new file named e820.c
to put bios memory map table relative functions together, it is something
the same with x86_64 arch.
  This patch set only moves function from setup.c to e820.c. There is no any
function modification , except that static declaration for some functions are
removed because these functions will be called in other files. 
  With this patch, function handling about bios memory map table is more
explicit, easier to handle memmap table between legacy bios and efi bios.
  This patch is divided fives parts, each parts can compile and run well in
my machine. Any comments and suggestion is welcome.
  
Signed-off-by: bibo,mao <bibo.mao@intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/5] i386 create e820.c to handle e820/efi memory map table
  2006-10-26 12:30 [PATCH 0/5] i386 create e820.c to handle e820/efi memory map table bibo,mao
@ 2006-10-27  2:27 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2006-10-27  2:27 UTC (permalink / raw)
  To: bibo,mao; +Cc: Andrew Morton, linux-kernel


>   With this patch, function handling about bios memory map table is more
> explicit, easier to handle memmap table between legacy bios and efi bios.
>   This patch is divided fives parts, each parts can compile and run well in
> my machine. Any comments and suggestion is welcome.

Added thanks (although it was a little painful because 3 of the patches
didn't apply to mainline) 

-Andi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-27  2:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-26 12:30 [PATCH 0/5] i386 create e820.c to handle e820/efi memory map table bibo,mao
2006-10-27  2:27 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox