]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: use brk allocation for DMI
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Fri, 27 Feb 2009 21:35:45 +0000 (13:35 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 15 Mar 2009 00:23:47 +0000 (17:23 -0700)
commit6de6cb442e76bbaf2e685150be8ddac0f237a59c
tree9ba64970ac46472e81ca90448b5e2e22f572144b
parentccf3fe02e35f4abca2589f99022cc25084bbd8ae
x86: use brk allocation for DMI

Impact: use new interface instead of previous ad hoc implementation

Use extend_brk() to allocate memory for DMI rather than having an
ad-hoc allocator.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/dmi.h
arch/x86/kernel/setup.c