FPU: make xsave_area_desc static
...because it can be. Reviewed by: cem kib MFC after: 2 weeks Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D25098
This commit is contained in:
parent
674cbe7908
commit
701acc2fd8
@ -159,7 +159,7 @@ uint64_t xsave_mask; /* the same */
|
||||
static uma_zone_t fpu_save_area_zone;
|
||||
static struct savefpu *fpu_initialstate;
|
||||
|
||||
struct xsave_area_elm_descr {
|
||||
static struct xsave_area_elm_descr {
|
||||
u_int offset;
|
||||
u_int size;
|
||||
} *xsave_area_desc;
|
||||
|
@ -201,7 +201,7 @@ uint64_t xsave_mask;
|
||||
static uma_zone_t fpu_save_area_zone;
|
||||
static union savefpu *npx_initialstate;
|
||||
|
||||
struct xsave_area_elm_descr {
|
||||
static struct xsave_area_elm_descr {
|
||||
u_int offset;
|
||||
u_int size;
|
||||
} *xsave_area_desc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user