]> Git Repo - linux.git/commitdiff
x86/intel/mpx: Remove unused LWP structure
authorIngo Molnar <[email protected]>
Mon, 20 Jan 2014 18:51:05 +0000 (19:51 +0100)
committerIngo Molnar <[email protected]>
Mon, 20 Jan 2014 18:57:39 +0000 (19:57 +0100)
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 <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/processor.h

index b7845a1267920fca8b2053bc1eb0e8726040949b..865c39910cc89190ccc6a3a7596751c9aaa5c186 100644 (file)
@@ -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 {
This page took 0.05363 seconds and 4 git commands to generate.