Changeset 7d3d641 in mainline for kernel/arch/xen32/src/proc/thread.c


Ignore:
Timestamp:
2006-08-01T20:45:26Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b23a82
Parents:
3e5cc686
Message:

xen32: initialize virtual IDT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/xen32/src/proc/thread.c

    r3e5cc686 r7d3d641  
    2727 */
    2828
    29  /** @addtogroup ia32proc
     29/** @addtogroup xen32proc
    3030 * @{
    3131 */
     
    3535#include <proc/thread.h>
    3636
    37 /** Perform ia32 specific thread initialization.
     37/** Perform xen32 specific thread initialization.
    3838 *
    3939 * @param t Thread to be initialized.
     
    4444}
    4545
    46  /** @}
     46/** @}
    4747 */
    48 
Note: See TracChangeset for help on using the changeset viewer.