From: Joe Perches Date: Tue, 15 Dec 2009 02:00:19 +0000 (-0800) Subject: kernel.h: remove initialization of bool in printk_once X-Git-Tag: v2.6.33-rc1~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2749aa6ca40ff3fe12ebb3fdf010ebad2e9085;p=pandora-kernel.git kernel.h: remove initialization of bool in printk_once Don't initialize __print_once. Invert the test to reduce initialized data. defconfig before: $size vmlinux text data bss dec hex filename 6976022 679572 1359668 9015262 898fde vmlinux defconfig after: $size vmlinux text data bss dec hex filename 6976006 679508 1359700 9015214 898fae vmlinux Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed