Changeset 371bd7d in mainline for kernel/arch/arm32/src/mm/page.c


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mm/page.c

    rcd82bb1 r371bd7d  
    4141#include <arch/exception.h>
    4242#include <typedefs.h>
    43 #include <arch/types.h>
    4443#include <interrupt.h>
    4544#include <arch/mm/frame.h>
     
    8887            KA2PA(KERNEL_ADDRESS_SPACE_END_ARCH)) {
    8988                panic("Unable to map physical memory %p (%d bytes).",
    90                     physaddr, size)
     89                    physaddr, size);
    9190        }
    9291       
Note: See TracChangeset for help on using the changeset viewer.