Ignore:
Timestamp:
2010-02-21T19:02:16Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af56e9b
Parents:
c2efbb4
Message:

Merging SMP (unstable)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/smp/sun4u/smp.c

    rc2efbb4 r95c4776  
    3636#include <genarch/ofw/ofw_tree.h>
    3737#include <cpu.h>
    38 #include <arch/cpu_family.h>
     38#include <arch/sun4u/cpu_family.h>
    3939#include <arch/cpu.h>
    4040#include <arch.h>
     
    4545#include <synch/waitq.h>
    4646#include <print.h>
    47 #include <arch/cpu_node.h>
     47#include <arch/sun4u/cpu_node.h>
    4848
    4949/**
     
    6262{
    6363        ofw_tree_node_t *node;
    64         size_t cnt = 0;
     64        count_t cnt = 0;
    6565       
    6666        if (is_us() || is_us_iii()) {
Note: See TracChangeset for help on using the changeset viewer.