Changeset c782434 in mainline for arch/ppc32/src/mm/page.c


Ignore:
Timestamp:
2006-06-06T13:33:54Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e269c53
Parents:
8333801
Message:

generalize ppc32 exception handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/mm/page.c

    r8333801 rc782434  
    3131#include <arch/mm/frame.h>
    3232#include <arch/asm.h>
     33#include <arch/interrupt.h>
    3334#include <mm/frame.h>
    3435#include <mm/page.h>
     
    188189 *
    189190 */
    190 void pht_refill(bool data, istate_t *istate)
     191void pht_refill(int n, istate_t *istate)
    191192{
    192193        __address badvaddr;
     
    204205        }
    205206       
    206         if (data) {
     207        if (n == VECTOR_DATA_STORAGE) {
    207208                asm volatile (
    208209                        "mfdar %0\n"
Note: See TracChangeset for help on using the changeset viewer.