public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] 2.5.72 bss initializers
@ 2003-06-23 14:15 Jes Sorensen
  2003-06-23 18:54 ` David Mosberger
  0 siblings, 1 reply; 2+ messages in thread
From: Jes Sorensen @ 2003-06-23 14:15 UTC (permalink / raw)
  To: linux-ia64

Hi,

No need to explicitly zero out global pointers in efi.c and efivars.c

Cheers,
Jes

--- arch/ia64/kernel/efi.c~	Mon Jun 16 21:19:39 2003
+++ arch/ia64/kernel/efi.c	Mon Jun 23 07:08:53 2003
@@ -46,7 +46,7 @@
  * prior to creating their own entries under /proc/efi.
  */
 #ifdef CONFIG_PROC_FS
-struct proc_dir_entry *efi_dir = NULL;
+struct proc_dir_entry *efi_dir;
 #endif
 
 static unsigned long mem_limit = ~0UL;
--- arch/ia64/kernel/efivars.c~	Mon Jun 16 21:20:01 2003
+++ arch/ia64/kernel/efivars.c	Mon Jun 23 07:09:40 2003
@@ -119,7 +119,7 @@
 */
 static spinlock_t efivars_lock = SPIN_LOCK_UNLOCKED;
 static LIST_HEAD(efivar_list);
-static struct proc_dir_entry *efi_vars_dir = NULL;
+static struct proc_dir_entry *efi_vars_dir;
 
 #define efivar_entry(n) list_entry(n, efivar_entry_t, list)
 

_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Linux-ia64] 2.5.72 bss initializers
  2003-06-23 14:15 [Linux-ia64] 2.5.72 bss initializers Jes Sorensen
@ 2003-06-23 18:54 ` David Mosberger
  0 siblings, 0 replies; 2+ messages in thread
From: David Mosberger @ 2003-06-23 18:54 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Mon, 23 Jun 2003 10:15:03 -0400, Jes Sorensen <jes@wildopensource.com> said:

  Jes> No need to explicitly zero out global pointers in efi.c and efivars.c

I applied this now.  In the future _please_ send patches which apply
with "patch -p1".

Thanks,

	--david

_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-23 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-23 14:15 [Linux-ia64] 2.5.72 bss initializers Jes Sorensen
2003-06-23 18:54 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox