powerpc/nvram: Completely clear a new partition
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 29 Jul 2010 07:22:34 +0000 (17:22 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 30 Nov 2010 04:32:10 +0000 (15:32 +1100)
commitcef0d5ad62ec6e0c8456b8f58e898aa3219311a5
treebbb294bb1a2c638193839398388012409beb5548
parent578914cffc283b907777796420148d582072cbae
powerpc/nvram: Completely clear a new partition

When creating a partition, we clear it entirely rather than
just the first two words since the previous code was rather
specific to the pseries log partition format.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/nvram_64.c