|
@@ -124,6 +124,7 @@ struct aperture_range {
|
|
|
|
|
|
/* address allocation bitmap */
|
|
/* address allocation bitmap */
|
|
unsigned long *bitmap;
|
|
unsigned long *bitmap;
|
|
|
|
+ unsigned long offset;
|
|
|
|
|
|
/*
|
|
/*
|
|
* Array of PTE pages for the aperture. In this array we save all the
|
|
* Array of PTE pages for the aperture. In this array we save all the
|
|
@@ -132,8 +133,6 @@ struct aperture_range {
|
|
* just calculate its address in constant time.
|
|
* just calculate its address in constant time.
|
|
*/
|
|
*/
|
|
u64 *pte_pages[64];
|
|
u64 *pte_pages[64];
|
|
-
|
|
|
|
- unsigned long offset;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|