]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sparc64: Remove explicit initialization of mmu_gathers
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 07:06:58 +0000 (00:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 07:06:58 +0000 (00:06 -0700)
commita9e7bb041084055b70971e3cde3bb21aea593a74
treeed811a59d0119c5c23b8fbfb1910f75df6c23b09
parent7694b024f145c4a598cde5fcccfd3fe5eac4027b
sparc64: Remove explicit initialization of mmu_gathers

This was just needed to work around an ancient gcc bug that
we don't care about any more.

It was also causing a sparse warnings:

arch/sparc64/mm/tlb.c:22:52: warning: Using plain integer as NULL pointer

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/mm/tlb.c