]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
firmware: use noinline_for_stack
authorCesar Eduardo Barros <cesarb@cesarb.net>
Sat, 27 Oct 2012 22:37:10 +0000 (20:37 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Nov 2012 23:05:05 +0000 (15:05 -0800)
commit60dac5e284fe99751e3beefe1a9cc7a0771ad73c
tree86a88cb829fed4e9df66a4a72a3c749911de9c01
parentbd9eb7fbe69111ea0ff1f999ef4a5f26d223d1d5
firmware: use noinline_for_stack

The comment above fw_file_size() suggests it is noinline for stack size
reasons. Use noinline_for_stack to make this more clear.

Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Acked-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c