Changeset abbc16e in mainline for arch/ia64


Ignore:
Timestamp:
2006-06-16T11:17:54Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62939f7
Parents:
b6529ae
Message:

Fix some broken doxygen comments.

Location:
arch/ia64
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/asm.h

    rb6529ae rabbc16e  
    8383/** Write IVA (Interruption Vector Address) register.
    8484 *
    85  * @param New location of interruption vector table.
     85 * @param v New location of interruption vector table.
    8686 */
    8787static inline void iva_write(__u64 v)
     
    106106/** Write ITC (Interval Timer Counter) register.
    107107 *
    108  * @param New counter value.
     108 * @param v New counter value.
    109109 */
    110110static inline void itc_write(__u64 v)
     
    128128/** Write ITM (Interval Timer Match) register.
    129129 *
    130  * @param New match value.
     130 * @param v New match value.
    131131 */
    132132static inline void itm_write(__u64 v)
     
    163163/** Write ITV (Interval Timer Vector) register.
    164164 *
    165  * @param New vector and mask bit.
     165 * @param v New vector and mask bit.
    166166 */
    167167static inline void itv_write(__u64 v)
     
    172172/** Write EOI (End Of Interrupt) register.
    173173 *
    174  * @param This value is ignored.
     174 * @param v This value is ignored.
    175175 */
    176176static inline void eoi_write(__u64 v)
     
    194194/** Write TPR (Task Priority Register).
    195195 *
    196  * @param New value of TPR.
     196 * @param v New value of TPR.
    197197 */
    198198static inline void tpr_write(__u64 v)
  • arch/ia64/include/faddr.h

    rb6529ae rabbc16e  
    4343 * referenced by fptr pointer.
    4444 *
    45  * @param fptr Function pointer.
     45 * @param f Function pointer.
    4646 *
    4747 */
  • arch/ia64/src/mm/page.c

    rb6529ae rabbc16e  
    211211/** Set up one VHPT entry.
    212212 *
    213  * @param t VHPT entry to be set up.
     213 * @param v VHPT entry to be set up.
    214214 * @param page Virtual address of the page mapped by the entry.
    215215 * @param asid Address space identifier of the address space to which page belongs.
  • arch/ia64/src/mm/tlb.c

    rb6529ae rabbc16e  
    298298 * @param asid Address space identifier.
    299299 * @param entry The rest of TLB entry as required by TLB insertion format.
    300  * @param dtc If true, insert into data translation register, use instruction translation register otherwise.
     300 * @param dtr If true, insert into data translation register, use instruction translation register otherwise.
    301301 * @param tr Translation register.
    302302 */
Note: See TracChangeset for help on using the changeset viewer.