]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] m68knommu: cleanup setup.c
authorGreg Ungerer <gerg@snapgear.com>
Mon, 26 Jun 2006 00:33:10 +0000 (10:33 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 00:43:34 +0000 (17:43 -0700)
commita55c96be444d41c94a4c24c5ac6ad5581527807a
tree3a282993e3f97a832cccab7b9d61c59ad3d72634
parent2d478344be0641cccd91010eff535649a525ccce
[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 <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68knommu/kernel/setup.c