Drivers: hv: vmbus: Extract the mmio information from DSDT
On Gen2 firmware, Hyper-V does not emulate the PCI bus. However, the MMIO information is packaged up in DSDT. Extract this information and export it for use by the synthetic framebuffer driver. This is the only driver that needs this currently. In this version of the patch mmio, I have updated the hyperv header file (linux/hyperv.h) with mmio definitions. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5267cf02c7
commit
90f3453585
@@ -1143,6 +1143,9 @@ int hv_vss_init(struct hv_util_service *);
|
||||
void hv_vss_deinit(void);
|
||||
void hv_vss_onchannelcallback(void *);
|
||||
|
||||
extern u64 hyperv_mmio_start;
|
||||
extern u64 hyperv_mmio_size;
|
||||
|
||||
/*
|
||||
* Negotiated version with the Host.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user