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


Ignore:
Timestamp:
2007-01-29T17:16:56Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dad5951
Parents:
0b3a78f
Message:

spinlock extern declaration macro

File:
1 edited

Legend:

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

    r0b3a78f r8be8cfa  
    140140extern as_operations_t *as_operations;
    141141
    142 extern spinlock_t inactive_as_with_asid_lock;
     142SPINLOCK_EXTERN(inactive_as_with_asid_lock);
    143143extern link_t inactive_as_with_asid_head;
    144144
Note: See TracChangeset for help on using the changeset viewer.