CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2013/10/29 20:11:33
Modified files: share/man/man9 : task_add.9 sys/kern : kern_task.c sys/sys : task.h sys/dev/pci : vmwpvs.c sys/dev/pci/drm: drm_crtc_helper.c sys/dev/pci/drm/i915: i915_drv.c i915_irq.c intel_display.c intel_dp.c intel_pm.c sys/dev/pci/drm/radeon: evergreen.c r100.c r600.c radeon_display.c radeon_pm.c rs600.c si.c sys/dev/pci/drm/ttm: ttm_bo.c Log message: deprecate taskq_systq() and replace it with extern struct taskq *const systq defined in task.h this reduces the cost of using the system taskq and looks less ugly. requested by and ok kettenis@