]> git.karo-electronics.de Git - mv-sheeva.git/commit
powerpc/nvram: Move the log partition stuff to pseries
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 2 Aug 2010 01:18:09 +0000 (11:18 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 30 Nov 2010 04:37:45 +0000 (15:37 +1100)
commitedc79a2f3ee1c74d915f6a0ce3cb22bf468f5ad5
treec8cfb41d324802abb501cc6503a4dcb4d8bb657b
parentd9626947f20b3dc0992e4ac28b477f7601f8f16e
powerpc/nvram: Move the log partition stuff to pseries

The nvram log partition stuff currently in nvram_64.c is really
pseries specific. It isn't actually used on anything else (despite
the fact that we ran the code to setup the partition on anything
except powermac) and the log format is specific to pseries RTAS
implementation. So move it where it belongs

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/nvram.h
arch/powerpc/kernel/nvram_64.c
arch/powerpc/platforms/pseries/nvram.c