intel / XenGT-Preview-kernel

Other
33 stars 14 forks source link

Klog frame size error #13

Closed codyit closed 9 years ago

codyit commented 9 years ago

drivers/gpu/drm/i915/vgt/klog.c: In function ‘klog_printk’: drivers/gpu/drm/i915/vgt/klog.c:696:1: error: the frame size of 1072 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]

Since I'm not sure if ignoring it is safe, to make it compile I've made a safer but hackish patch: https://gist.github.com/codyit/5cca6a9386dfade9a322

codyit commented 9 years ago

Never mind, this is non issue, caused by me copying Ubuntu config over.