Ignore:
Timestamp:
2010-05-22T22:33:00Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0cb47cf
Parents:
d92bf462
Message:

rename spinlocks to be more descriptive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/drivers/via-cuda/cuda.c

    rd92bf462 rba7371f9  
    9999                instance->snd_bytes = 0;
    100100
    101                 spinlock_initialize(&instance->dev_lock, "cuda_dev");
     101                spinlock_initialize(&instance->dev_lock, "cuda.instance.dev_lock");
    102102
    103103                /* Disable all interrupts from CUDA. */
Note: See TracChangeset for help on using the changeset viewer.