[PATCH] drm: reorder drm_open_hash to remove padding on 64 bit builds

2011-03-01 Thread Richard Kennedy
Remove 8 bytes of padding on 64 bit builds to reduce the size of drm_open_hash to 24 bytes, which also shrinks drm_object_file by 24 bytes (136 -> 112) allowing it to fit in one fewer cache lines and a smaller slab. Signed-off-by: Richard Kennedy --- patch against v2.6.38-rc6 compiled &

[PATCH] drm: reorder drm_open_hash to remove padding on 64 bit builds

2011-03-01 Thread Richard Kennedy
Remove 8 bytes of padding on 64 bit builds to reduce the size of drm_open_hash to 24 bytes, which also shrinks drm_object_file by 24 bytes (136 -> 112) allowing it to fit in one fewer cache lines and a smaller slab. Signed-off-by: Richard Kennedy --- patch against v2.6.38-rc6 compiled &