Changeset f429331 in mainline for kernel/arch/amd64/include/cpu.h


Ignore:
Timestamp:
2007-01-21T18:52:11Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
da1f9dc
Parents:
8dbc18c
Message:

remove some typedefs in favor of anonymous structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/cpu.h

    r8dbc18c rf429331  
    5858#include <arch/pm.h>
    5959
    60 struct cpu_arch {
     60typedef struct {
    6161        int vendor;
    6262        int family;
     
    6666       
    6767        count_t iomapver_copy;  /** Copy of TASK's I/O Permission bitmap generation count. */
    68 };
     68} cpu_arch_t;
    6969
    7070struct star_msr {
Note: See TracChangeset for help on using the changeset viewer.