patch-2.4.0-test2 linux/drivers/char/drm/drmP.h
Next file: linux/drivers/char/drm/ffb_context.c
Previous file: linux/drivers/char/drm/bufs.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri Jun 23 21:30:23 2000
- Orig file:
v2.4.0-test1/linux/drivers/char/drm/drmP.h
- Orig date:
Sun Mar 19 18:35:30 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/char/drm/drmP.h linux/drivers/char/drm/drmP.h
@@ -433,9 +433,9 @@
/* Context support */
int irq; /* Interrupt used by board */
- __volatile__ int context_flag; /* Context swapping flag */
- __volatile__ int interrupt_flag;/* Interruption handler flag */
- __volatile__ int dma_flag; /* DMA dispatch flag */
+ __volatile__ long context_flag; /* Context swapping flag */
+ __volatile__ long interrupt_flag;/* Interruption handler flag */
+ __volatile__ long dma_flag; /* DMA dispatch flag */
struct timer_list timer; /* Timer for delaying ctx switch */
wait_queue_head_t context_wait; /* Processes waiting on ctx switch */
int last_checked; /* Last context checked for DMA */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)