Ignore:
Timestamp:
2018-04-04T15:42:37Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/arch/smp/mps.h

    r47b2d7e3 r1433ecda  
    5555        uint8_t mpfib4;
    5656        uint8_t mpfib5;
    57 } __attribute__ ((packed));
     57} __attribute__((packed));
    5858
    5959struct mps_ct {
     
    7272        uint8_t reserved;
    7373        uint8_t base_table[0];
    74 } __attribute__ ((packed));
     74} __attribute__((packed));
    7575
    7676struct __processor_entry {
     
    8282        uint32_t feature_flags;
    8383        uint32_t reserved[2];
    84 } __attribute__ ((packed));
     84} __attribute__((packed));
    8585
    8686struct __bus_entry {
     
    8888        uint8_t bus_id;
    8989        uint8_t bus_type[6];
    90 } __attribute__ ((packed));
     90} __attribute__((packed));
    9191
    9292struct __io_apic_entry {
     
    9696        uint8_t io_apic_flags;
    9797        uint32_t io_apic;
    98 } __attribute__ ((packed));
     98} __attribute__((packed));
    9999
    100100struct __io_intr_entry {
     
    107107        uint8_t dst_io_apic_id;
    108108        uint8_t dst_io_apic_pin;
    109 } __attribute__ ((packed));
     109} __attribute__((packed));
    110110
    111111struct __l_intr_entry {
     
    118118        uint8_t dst_l_apic_id;
    119119        uint8_t dst_l_apic_pin;
    120 } __attribute__ ((packed));
     120} __attribute__((packed));
    121121
    122122extern struct smp_config_operations mps_config_operations;
Note: See TracChangeset for help on using the changeset viewer.