x86: 0 -> NULL, for arch/x86_64
authorYoann Padioleau <padator@wanadoo.fr>
Wed, 17 Oct 2007 16:04:35 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:15:52 +0000 (20:15 +0200)
commit83e83d546cb1b6e3c566c97de97bd2397e22ab6c
treee02af780c8bed3e9bad04168b13efc28be9db0cc
parent17d1486a69657a3de1482d1bd4882c3ce1d9cf1e
x86: 0 -> NULL, for arch/x86_64

When comparing a pointer, it's clearer to compare it to NULL than to 0.

[ tglx: arch/x86 adaptation ]

Signed-off-by: Yoann Padioleau <padator@wanadoo.fr>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: ak@suse.de
Cc: discuss@x86-64.org
Cc: akpm@linux-foundation.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/numa_64.c