Changeset 8be8cfa in mainline for kernel/generic/include/mm


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

Location:
kernel/generic/include/mm
Files:
2 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
  • kernel/generic/include/mm/asid.h

    r0b3a78f r8be8cfa  
    5959#define ASIDS_ALLOCABLE ((ASID_MAX + 1) - ASID_START)
    6060
    61 extern spinlock_t asidlock;
     61SPINLOCK_EXTERN(asidlock);
    6262extern link_t as_with_asid_head;
    6363
Note: See TracChangeset for help on using the changeset viewer.