Skip to content

Commit

Permalink
x86/intel/mpx: Remove unused LWP structure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Jan 20, 2014
1 parent fb09b78 commit 741e390
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions arch/x86/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 741e390

Please sign in to comment.