Changeset c04bdb4 in mainline


Ignore:
Timestamp:
2006-06-17T17:24:39Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2988616b
Parents:
a141d8d
Message:

allocate page hash table during boot
(preliminary code, will be fixed properly later)

Location:
arch/ppc32/loader
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/asm.S

    ra141d8d rc04bdb4  
    235235        mtspr dbat3l, r30
    236236       
     237        # create empty page hash table FIXME
     238       
     239        DEBUG_pht
     240       
     241        lis r31, 0x07ff
     242        ori r31, r31, 0x0000
     243       
     244        mtsdr1 r31
     245       
    237246        # create identity mapping
    238247       
  • arch/ppc32/loader/debug.inc

    ra141d8d rc04bdb4  
    82988298#endif
    82998299.endm
     8300
     8301.macro DEBUG_pht
     8302#ifdef CONFIG_DEBUG
     8303#endif
     8304.endm
Note: See TracChangeset for help on using the changeset viewer.