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


Ignore:
Timestamp:
2007-01-21T18:52:11Z (17 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/ia64/include/cpu.h

    r8dbc18c rf429331  
    4343#define FAMILY_ITANIUM2 0x1f
    4444
    45 struct cpu_arch {
     45typedef struct {
    4646        uint64_t cpuid0;
    4747        uint64_t cpuid1;
    4848        cpuid3_t cpuid3;
    49 };
     49} cpu_arch_t;
    5050
    5151/** Read CPUID register.
Note: See TracChangeset for help on using the changeset viewer.