Changeset 4e91239 in mainline


Ignore:
Timestamp:
2010-07-12T15:51:53Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4946de
Parents:
44c69b66
Message:

Move comment to a better location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/asm.S

    r44c69b66 r4e91239  
    3030 *
    3131 */
    32 
    33 /**
    34  * Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int
    35  * has no error word  and 1 means interrupt with error word
    36  *
    37  */
    38 #define ERROR_WORD_INTERRUPT_LIST  0x00027d00
    3932
    4033#include <arch/pm.h>
     
    351344        iret
    352345               
     346/**
     347 * Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int
     348 * has no error word  and 1 means interrupt with error word
     349 *
     350 */
     351#define ERROR_WORD_INTERRUPT_LIST  0x00027d00
    353352
    354353/** Declare interrupt handlers
Note: See TracChangeset for help on using the changeset viewer.