Ignore:
Timestamp:
Jun 29, 2017, 4:44:52 PM (7 years ago)
Author:
alain
Message:

euh...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/do_exception.c

    r16 r101  
    8484        vmm         = &process->vmm;
    8585
    86         vmm_dmsg("\n[INFO] %s : enters for thread %x / process %x"
    87              " / bad_vaddr = %x / excep_code = %x\n",
    88                      __FUNCTION__, this->trdid , process->pid , bad_vaddr , excep_code );
    89 
    9086    // get relevant values from MMU
    9187        hal_get_mmu_excp( &mmu_ins_excp_code,
     
    110106    }
    111107
     108        vmm_dmsg("\n[INFO] %s : enters for thread %x / process %x"
     109             " / bad_vaddr = %x / excep_code = %x\n",
     110                     __FUNCTION__, this->trdid , process->pid , bad_vaddr , excp_code );
    112111
    113112    // a kernel thread should not rise an MMU exception
     
    179178    }
    180179
    181         vmm_dmsg("\n[INFO] %s : found vseg for thread %x / vseg_base = %x / vseg_size = %x\n",
    182                          __FUNCTION__ , this->trdid , vseg->begin , vseg->size );
     180        vmm_dmsg("\n[INFO] %s : found vseg for thread %x / vseg_min = %x / vseg_max = %x\n",
     181                         __FUNCTION__ , this->trdid , vseg->min , vseg->max );
    183182
    184183    // analyse exception code
Note: See TracChangeset for help on using the changeset viewer.