Commit 2c0903f2 authored by Akinobu Mita's avatar Akinobu Mita Committed by Ingo Molnar

x86: get_bios_ebda() requires asm/io.h

include <asm/io.h> for phys_to_virt()
Signed-off-by: default avatarAkinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7c04e64a
#ifndef _MACH_BIOS_EBDA_H
#define _MACH_BIOS_EBDA_H
#include <asm/io.h>
/*
* there is a real-mode segmented pointer pointing to the
* 4K EBDA area at 0x40E.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment