diff options
| -rw-r--r-- | arch/x86/include/asm/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index f8f1b7537abe..1879cdf2b6ae 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h | |||
| @@ -303,7 +303,7 @@ struct x86_hw_tss { | |||
| 303 | u16 reserved5; | 303 | u16 reserved5; |
| 304 | u16 io_bitmap_base; | 304 | u16 io_bitmap_base; |
| 305 | 305 | ||
| 306 | } __attribute__((packed)) ____cacheline_aligned; | 306 | } __attribute__((packed)); |
| 307 | #endif | 307 | #endif |
| 308 | 308 | ||
| 309 | /* | 309 | /* |
