Changeset 371bd7d in mainline for kernel/genarch/src/ofw


Ignore:
Timestamp:
2010-03-27T09:22:17Z (16 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a75a2
Parents:
cd82bb1 (diff), eaf22d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

Location:
kernel/genarch/src/ofw
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/ofw/ebus.c

    rcd82bb1 r371bd7d  
    4040#include <genarch/ofw/pci.h>
    4141#include <arch/memstr.h>
    42 #include <string.h>
     42#include <str.h>
    4343#include <panic.h>
    4444#include <debug.h>
  • kernel/genarch/src/ofw/fhc.c

    rcd82bb1 r371bd7d  
    4040#include <arch/drivers/fhc.h>
    4141#include <arch/memstr.h>
    42 #include <string.h>
     42#include <str.h>
    4343#include <panic.h>
    4444#include <macros.h>
  • kernel/genarch/src/ofw/ofw_tree.c

    rcd82bb1 r371bd7d  
    3939#include <arch/memstr.h>
    4040#include <mm/slab.h>
    41 #include <string.h>
     41#include <str.h>
    4242#include <panic.h>
    4343#include <print.h>
  • kernel/genarch/src/ofw/pci.c

    rcd82bb1 r371bd7d  
    4141#include <arch/trap/interrupt.h>
    4242#include <arch/memstr.h>
    43 #include <string.h>
     43#include <str.h>
    4444#include <panic.h>
    4545#include <macros.h>
    4646
    4747#define PCI_SPACE_MASK          0x03000000
    48 #define PCI_ABS_MASK            0x80000000     
     48#define PCI_ABS_MASK            0x80000000
    4949#define PCI_REG_MASK            0x000000ff
    5050
Note: See TracChangeset for help on using the changeset viewer.