Ignore:
Timestamp:
Oct 4, 2018, 11:48:51 PM (6 years ago)
Author:
alain
Message:

Complete restructuration of kernel locks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_mmc.h

    r457 r565  
    2727#include <kernel_config.h>
    2828#include <hal_kernel_types.h>
    29 #include <spinlock.h>
    3029
    3130/*****************************************************************************************
     
    4645 * As these operations consume few cycles, and access conflicts are expected to be
    4746 * rare events, the calling threads use a busy waiting strategy to get the device
    48  * spinlock, but do not register in the device waiting queue, and no server thread
     47 * busylock, but do not register in the device waiting queue, and no server thread
    4948 * is used for this device.
    5049 ****************************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.