Changeset f429331 in mainline for kernel/arch/amd64/src/amd64.c


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/amd64/src/amd64.c

    r8dbc18c rf429331  
    104104void arch_pre_mm_init(void)
    105105{
    106         struct cpu_info cpuid_s;
     106        cpu_info_t cpuid_s;
    107107
    108108        cpuid(AMD_CPUID_EXTENDED,&cpuid_s);
Note: See TracChangeset for help on using the changeset viewer.