]> git.baikalelectronics.ru Git - kernel.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)
commit41c1fa6d9aa542619bfe351b005a33b9ec868e06
treec8cfb41d324802abb501cc6503a4dcb4d8bb657b
parent668569893af2c8abdc2e05d62ac9c2081126a811
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