x86: get_bios_ebda_length()
authorMike Waychison <mikew@google.com>
Tue, 15 Mar 2011 06:58:45 +0000 (23:58 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 29 Apr 2011 21:13:15 +0000 (14:13 -0700)
Add a wrapper routine that tells us the length of the EBDA if it is
present.  This guy also ensures that the returned length doesn't let the
EBDA run past the 640KiB mark.

Signed-off-by: Mike Waychison <mikew@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found