|
@@ -718,8 +718,8 @@ struct xps_map {
|
|
u16 queues[0];
|
|
u16 queues[0];
|
|
};
|
|
};
|
|
#define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16)))
|
|
#define XPS_MAP_SIZE(_num) (sizeof(struct xps_map) + ((_num) * sizeof(u16)))
|
|
-#define XPS_MIN_MAP_ALLOC ((L1_CACHE_BYTES - sizeof(struct xps_map)) \
|
|
|
|
- / sizeof(u16))
|
|
|
|
|
|
+#define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
|
|
|
|
+ - sizeof(struct xps_map)) / sizeof(u16))
|
|
|
|
|
|
/*
|
|
/*
|
|
* This structure holds all XPS maps for device. Maps are indexed by CPU.
|
|
* This structure holds all XPS maps for device. Maps are indexed by CPU.
|