mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
x86/intel/mpx: Remove unused LWP structure
We don't support LWP yet, don't give the impression that we do: represent the LWP state as opaque 128 bytes, the way Linux sees it currently. Cc: Qiaowei Ren <qiaowei.ren@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/n/tip-ecarmjtfKpanpAapfck6dj6g@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
fb09b78151
commit
741e3902cd
@ -370,15 +370,9 @@ struct ymmh_struct {
|
||||
u32 ymmh_space[64];
|
||||
};
|
||||
|
||||
/* We don't support LWP yet: */
|
||||
struct lwp_struct {
|
||||
u64 lwpcb_addr;
|
||||
u32 flags;
|
||||
u32 buf_head_offset;
|
||||
u64 buf_base;
|
||||
u32 buf_size;
|
||||
u32 filters;
|
||||
u64 saved_event_record[4];
|
||||
u32 event_counter[16];
|
||||
u8 reserved[128];
|
||||
};
|
||||
|
||||
struct bndregs_struct {
|
||||
|
Loading…
Reference in New Issue
Block a user