Ignore:
Timestamp:
May 11, 2017, 7:49:17 PM (7 years ago)
Author:
max@…
Message:

Typos, and cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_interrupt.h

    r16 r17  
    11/*
    22 * hal_interrupt.h - Architecture specific interrupt handler API definition.
    3  * 
     3 *
    44 * Author   Alain Greiner (2016,2017)
    55 *
     
    3232// The interrupted thread context (core registers) has been saved by the hal_kentry
    3333// function, in the cpu_uzone array stored in the user thread descriptor (for a core in
    34 // user mode), or in the kernel stack (for a core in kernel mode). 
     34// user mode), or in the kernel stack (for a core in kernel mode).
    3535// This array can be used (or not) by the specific interrupt handler.
    3636//
     
    4343
    4444/******************************************************************************************
    45  * This function implement the TSAR_MIPS32 specific interrupt handler.
     45 * This function implements the TSAR_MIPS32 specific interrupt handler.
    4646 ******************************************************************************************
    4747 * @ this     : pointer on the interrupted thread.
    4848 * @ regs_tbl : array containing the core registers values, saved by hal_kentry.
    4949 *****************************************************************************************/
    50 void hal_do_interrupt( struct thread_s * this, 
     50void hal_do_interrupt( struct thread_s * this,
    5151                               reg_t           * regs_tbl );
    5252
Note: See TracChangeset for help on using the changeset viewer.