Changeset 6641295 in mainline for kernel/arch/ppc32/include


Ignore:
Timestamp:
2011-11-08T23:29:14Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec1c8e6
Parents:
bc428e2
Message:

Partition ppc32 kernel memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/mm/km.h

    rbc428e2 r6641295  
    3636#define KERN_ppc32_KM_H_
    3737
     38#define KM_PPC32_IDENTITY_START         UINT32_C(0x80000000)
     39#define KM_PPC32_IDENTITY_SIZE          UINT32_C(0x40000000)
     40
     41#define KM_PPC32_NON_IDENTITY_START     UINT32_C(0xc0000000)
     42#define KM_PPC32_NON_IDENTITY_SIZE      UINT32_C(0x40000000)
     43
    3844extern void km_identity_arch_init(void);
    3945extern void km_non_identity_arch_init(void);
Note: See TracChangeset for help on using the changeset viewer.