Changeset c1f00ca in rtems


Ignore:
Timestamp:
07/22/02 23:16:41 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c0198bbd
Parents:
4cc3ff95
Message:

2002-07-22 Till Straumann <strauman@…>

  • mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the fix for an earlier patch (PR213) which added support for setting BAT0 to setdbat().
Location:
c/src/lib/libcpu/powerpc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/powerpc/ChangeLog

    r4cc3ff95 rc1f00ca  
     12002-07-22      Till Straumann <strauman@slac.stanford.edu>
     2
     3        * mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the
     4        fix for an earlier patch (PR213) which added support for setting
     5        BAT0 to setdbat().
     6
    172001-05-17      Joel Sherrill <joel@OARcorp.com>
    28
  • c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c

    r4cc3ff95 rc1f00ca  
    5656  bat_addrs[bat_index].phys = phys;
    5757  switch (bat_index) {
    58   case 0 : asm_setdbat1(bat.word[0], bat.word[1]); break;
     58  case 0 : asm_setdbat0(bat.word[0], bat.word[1]); break;
    5959  case 1 : asm_setdbat1(bat.word[0], bat.word[1]); break;
    6060  case 2 : asm_setdbat2(bat.word[0], bat.word[1]); break;
Note: See TracChangeset for help on using the changeset viewer.