From: Stéphane Marchesin Date: Fri, 27 Jun 2014 20:17:25 +0000 (-0700) Subject: drm/nouveau/fb: Prevent inlining of ramfuc_reg X-Git-Tag: omap-for-v3.17/fixes-against-rc2~315^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c4be80bce681740d31646b8aff06d82ef453566;p=pandora-kernel.git drm/nouveau/fb: Prevent inlining of ramfuc_reg When gcc 4.8 inlines this function, it eats up 16 bytes on the stack every time. Eventually we hit warnings because our stack grew too much: ramnve0.c:1383:1: error: the frame size of 1496 bytes is larger than 1024 bytes We fix this by preventing inlining for this function. Signed-off-by: Stéphane Marchesin Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed