Changeset b3f8fb7 in mainline for kernel/arch/sparc64/src/cpu/cpu.c


Ignore:
Timestamp:
2007-01-28T13:25:49Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e8c1a5
Parents:
1ba41c5
Message:

huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/cpu/cpu.c

    r1ba41c5 rb3f8fb7  
    3333 */
    3434
    35 #include <arch/asm.h>
    3635#include <cpu.h>
    3736#include <arch.h>
     37#include <genarch/ofw/ofw_tree.h>
     38#include <arch/drivers/tick.h>
    3839#include <print.h>
    39 #include <arch/register.h>
    40 #include <genarch/ofw/ofw_tree.h>
    41 #include <arch/types.h>
    42 #include <arch/drivers/tick.h>
    4340
    4441/** Perform sparc64 specific initialization of the processor structure for the
Note: See TracChangeset for help on using the changeset viewer.