patch-2.1.125 linux/kernel/dma.c

Next file: linux/mm/vmscan.c
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.124/linux/kernel/dma.c linux/kernel/dma.c
@@ -32,6 +32,8 @@
  */
 
 
+spinlock_t dma_spin_lock = SPIN_LOCK_UNLOCKED;
+
 
 /* Channel n is busy iff dma_chan_busy[n].lock != 0.
  * DMA0 used to be reserved for DRAM refresh, but apparently not any more...

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov