diff options
Diffstat (limited to 'include/asm-x86/processor.h')
| -rw-r--r-- | include/asm-x86/processor.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 5f58da401b43..58a76f69ee31 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h | |||
| @@ -561,41 +561,6 @@ static inline void clear_in_cr4(unsigned long mask) | |||
| 561 | write_cr4(cr4); | 561 | write_cr4(cr4); |
| 562 | } | 562 | } |
| 563 | 563 | ||
| 564 | struct microcode_header { | ||
| 565 | unsigned int hdrver; | ||
| 566 | unsigned int rev; | ||
| 567 | unsigned int date; | ||
| 568 | unsigned int sig; | ||
| 569 | unsigned int cksum; | ||
| 570 | unsigned int ldrver; | ||
| 571 | unsigned int pf; | ||
| 572 | unsigned int datasize; | ||
| 573 | unsigned int totalsize; | ||
| 574 | unsigned int reserved[3]; | ||
| 575 | }; | ||
| 576 | |||
| 577 | struct microcode { | ||
| 578 | struct microcode_header hdr; | ||
| 579 | unsigned int bits[0]; | ||
| 580 | }; | ||
| 581 | |||
| 582 | typedef struct microcode microcode_t; | ||
| 583 | typedef struct microcode_header microcode_header_t; | ||
| 584 | |||
| 585 | /* microcode format is extended from prescott processors */ | ||
| 586 | struct extended_signature { | ||
| 587 | unsigned int sig; | ||
| 588 | unsigned int pf; | ||
| 589 | unsigned int cksum; | ||
| 590 | }; | ||
| 591 | |||
| 592 | struct extended_sigtable { | ||
| 593 | unsigned int count; | ||
| 594 | unsigned int cksum; | ||
| 595 | unsigned int reserved[3]; | ||
| 596 | struct extended_signature sigs[0]; | ||
| 597 | }; | ||
| 598 | |||
| 599 | typedef struct { | 564 | typedef struct { |
| 600 | unsigned long seg; | 565 | unsigned long seg; |
| 601 | } mm_segment_t; | 566 | } mm_segment_t; |
