CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2020/10/10 23:45:33

Modified files:
        sys/dev/pci/drm/amd/amdgpu: amdgpu_fence.c amdgpu_sync.c 
        sys/dev/pci/drm/i915: i915_active.c i915_buddy.c i915_request.c 
                              i915_scheduler.c i915_vma.c 
        sys/dev/pci/drm/i915/gem: i915_gem_object.c 
        sys/dev/pci/drm/i915/gt: intel_context.c 
        sys/dev/pci/drm/include/linux: processor.h slab.h 
        sys/dev/pci/drm/scheduler: sched_fence.c 

Log message:
Align pool items on CACHELINESIZE when replacing linux kmem_cache with
SLAB_HWCACHE_ALIGN flag.

tested by semarie@

Reply via email to