diff options
| -rw-r--r-- | arch/x86/include/asm/processor.h | 10 |
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 { | |||
| 370 | u32 ymmh_space[64]; | 370 | u32 ymmh_space[64]; |
| 371 | }; | 371 | }; |
| 372 | 372 | ||
| 373 | /* We don't support LWP yet: */ | ||
| 373 | struct lwp_struct { | 374 | struct lwp_struct { |
| 374 | u64 lwpcb_addr; | 375 | u8 reserved[128]; |
| 375 | u32 flags; | ||
| 376 | u32 buf_head_offset; | ||
| 377 | u64 buf_base; | ||
| 378 | u32 buf_size; | ||
| 379 | u32 filters; | ||
| 380 | u64 saved_event_record[4]; | ||
| 381 | u32 event_counter[16]; | ||
| 382 | }; | 376 | }; |
| 383 | 377 | ||
| 384 | struct bndregs_struct { | 378 | struct bndregs_struct { |
