commit | 36673307aee535f951f4eede81049c6962bc4ba9 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 29 18:18:44 2010 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Nov 30 15:32:06 2010 +1100 |
tree | 20f238a8883ba449e9a9634a74d65c0632827794 | |
parent | 4e7c77a385efac81d6677a4a761b1b66cd2cb59e [diff] |
powerpc/nvram: nvram_create_partitions() now uses bytes This converts nvram_create_partition() to use a size in bytes rather than blocks. It does the appropriate alignment internally The size passed is also the data size (ie. doesn't include the header anymore). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>