aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/processor.h')
-rw-r--r--arch/x86/include/asm/processor.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index b7845a126792..865c39910cc8 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -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 {