Changeset f619ec11 in mainline for kernel/generic/include/mm/as.h


Ignore:
Timestamp:
2007-02-03T21:26:54Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf5ddf6
Parents:
80bcaed
Message:

When clock() is called by an external interrupt dispatched by the IRQ dispatcher,
no spinlock can be held or the kernel will not be preemptive. This fixes Ticket #24.

Formating and indentation fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/as.h

    r80bcaed rf619ec11  
    168168        /** Containing address space. */
    169169        as_t *as;               
    170         /** Flags related to the memory represented by the address space area. */
     170        /**
     171         * Flags related to the memory represented by the address space area.
     172         */
    171173        int flags;
    172174        /** Attributes related to the address space area itself. */
     
    180182
    181183        /**
    182          * If the address space area has been shared, this pointer will reference
    183          * the share info structure.
     184         * If the address space area has been shared, this pointer will
     185         * reference the share info structure.
    184186         */
    185187        share_info_t *sh_info;
Note: See TracChangeset for help on using the changeset viewer.