[PATCH 37/37] x86: make e820 to be __initdata
Finally no user after init boot stage. We can free it to save some bytes. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/e820.h | 2 -- arch/x86/kernel/e820.c | 2 +- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/arch/x86/include/asm/e820.h b/arch/x86/inclu... 16 Jun 2010 02:22
[PATCH 04/37] lmb: Export LMB_ERROR again
will used by x86 lmb_find_in_range_node and nobootmem replacement Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h | 1 + lib/lmb.c | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/include/linux/lmb.h b/include/linux/lmb.h index 1e96224..eb8a5a3 100... 16 Jun 2010 02:22
[PATCH 14/37] lmb: Add find_memory_core_early()
According to node range in early_node_map[] with __lmb_find_in_range to find free range. Will be used by lmb_find_in_range_node() lmb_find_in_range_node will be used to find right buffer for NODE_DATA Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/mm.h | 2 ++ mm/page_alloc.c | 3... 16 Jun 2010 02:22
[PATCH 4/5]pci:setup_bus.c Fix warning: variable 'retval' set but not used
The below patch fixes a warning message when using gcc 4.6.0 CC drivers/pci/setup-bus.o drivers/pci/setup-bus.c: In function 'pci_assign_unassigned_bridge_resources': drivers/pci/setup-bus.c:868:6: warning: variable 'retval' set but not used Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> -... 16 Jun 2010 02:22
[PATCH 5/5]scsi:hosts.c Fix warning: variable 'rval' set but not used
The below patch fixes a warning message generated by gcc 4.6.0 CC drivers/scsi/hosts.o drivers/scsi/hosts.c: In function 'scsi_host_alloc': drivers/scsi/hosts.c:328:6: warning: variable 'rval' set but not used Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- drivers/scsi/hosts.c | 2... 16 Jun 2010 02:22
[PATCH 2/5]wireless:hostap_ap.c Fix warning: variable 'fc' set but not used
The below patch fixes a warning message when compiling with gcc 4.6.0 CC [M] drivers/net/wireless/hostap/hostap_ap.o drivers/net/wireless/hostap/hostap_ap.c: In function 'hostap_ap_tx_cb_assoc': drivers/net/wireless/hostap/hostap_ap.c:691:6: warning: variable 'fc' set but not used Signed-off-by: Justin P. Mat... 16 Jun 2010 02:22
[PATCH 3/5]pci:bus.c Fix variable 'retval' set but not used
The patch below fixes the warning message I am seeing with gcc 4.6.0 CC drivers/pci/bus.o drivers/pci/bus.c: In function 'pci_enable_bridges': drivers/pci/bus.c:237:6: warning: variable 'retval' set but not used Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- drivers/pci/bus.c | 2 -... 16 Jun 2010 02:22
[PATCH] Staging: comedi: drivers: fix coding style issues in pcmda12.c
This is a patch to the pcmda12.c file that fixes up five printk() warning issues Signed-off-by: Gustavo Silva <silvagustavo(a)users.sourceforge.net> --- drivers/staging/comedi/drivers/pcmda12.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcmd... 16 Jun 2010 02:22
[PATCH 0/5] Fix set but unused variable warnings
Here is another set of patches fixing some warning messages generated when building the kernel when using gcc 4.6.0. This set just focuses in on the variables warnings that are reported to be unused. Keep in mind there are still lots more warning messages that I'm seeing, and will try my hardest to see if I ... 16 Jun 2010 02:22
[PATCH 1/5]wireless:hostap_main.c warning: variable 'iface' set but not used
The patch below fixes a warning message Im seeing with gcc 4.6.0 CC [M] drivers/net/wireless/hostap/hostap_main.o drivers/net/wireless/hostap/hostap_main.c: In function 'hostap_set_multicast_list_queue': drivers/net/wireless/hostap/hostap_main.c:744:27: warning: variable 'iface' set but not used Signed-off-by:... 16 Jun 2010 02:22