commit | 83e83d546cb1b6e3c566c97de97bd2397e22ab6c | [log] [tgz] |
---|---|---|
author | Yoann Padioleau <padator@wanadoo.fr> | Wed Oct 17 18:04:35 2007 +0200 |
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | Wed Oct 17 20:15:52 2007 +0200 |
tree | e02af780c8bed3e9bad04168b13efc28be9db0cc | |
parent | 17d1486a69657a3de1482d1bd4882c3ce1d9cf1e [diff] |
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>