From: Greg Ungerer Date: Mon, 26 Jun 2006 00:33:10 +0000 (+1000) Subject: [PATCH] m68knommu: cleanup setup.c X-Git-Tag: v2.6.18-rc1~844 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7877d01e8ea205e047fa308e20e5e05c58952b1a;p=pandora-kernel.git [PATCH] m68knommu: cleanup setup.c A cleanup of m68knommu/kernel/setup.c : - No need to initialize global pointers to NULL, they will have that value automatically, and they eat up space in my data segment image in FLASH. - Remove get_cpuinfo. It has been replaced by show_cpuinfo. Signed-off-by: Philippe De Muyter Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed