]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86: unify include/asm/cache_32/64.h
authorThomas Gleixner <tglx@linutronix.de>
Mon, 15 Oct 2007 21:28:20 +0000 (23:28 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:17:19 +0000 (20:17 +0200)
commit1f7afb08a595292d946a5f1fd4929c81db7042d2
tree42bc30a41de142a28bde7f17b5a92139fc327a79
parent327c21bc3d347d545d227103d7cc58039ab8a0be
x86: unify include/asm/cache_32/64.h

Same file, except for whitespace, comment formatting and:

32-bit: unsigned long *virt_addr = va;
64-bit: unsigned int *virt_addr = va;

Both can be safely replaced by:
u32 i, *virt_addr = va;

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/edac.h
include/asm-x86/edac_32.h [deleted file]
include/asm-x86/edac_64.h [deleted file]