Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/macppc/dev



Module Name:    src
Committed By:   macallan
Date:           Mon Feb  5 18:26:06 UTC 2007

Modified Files:
        src/sys/arch/macppc/dev: cuda.c

Log Message:
- don't go CUDA_IDLE before calling message handlers, that way we force all
  writes they might issue to be delayed which keeps us from deadlocking
- don't splhigh() in cuda_intr() - usually we're there already. Instead do
  the splhigh()/splx() dance when we're polling
- remove some leftover debugging gunk


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/macppc/dev/cuda.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index