aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2007-06-22 00:14:20 +1000
committerPaul Mackerras <paulus@samba.org>2007-06-28 19:18:08 +1000
commit32d7331852a07d1f94c6d1b817c7c45648aa0fe7 (patch)
treef9e7e2bae43e6dd18174029aa3d5019d21f0e7b9 /include
parent[POWERPC] PS3: Update ps3_defconfig (diff)
downloadlinux-dev-32d7331852a07d1f94c6d1b817c7c45648aa0fe7.tar.xz
linux-dev-32d7331852a07d1f94c6d1b817c7c45648aa0fe7.zip
[POWERPC] PS3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver
Preallocate 256 KiB of bootmem memory for the PS3 FLASH ROM storage driver. This can be disabled by passing `ps3flash=off' on the kernel command line. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/ps3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h
index a35aea2db9c5..a6f3f5ee7ca7 100644
--- a/include/asm-powerpc/ps3.h
+++ b/include/asm-powerpc/ps3.h
@@ -427,6 +427,7 @@ struct ps3_prealloc {
};
extern struct ps3_prealloc ps3fb_videomemory;
+extern struct ps3_prealloc ps3flash_bounce_buffer;
#endif